The current behavior of the library on the Linux platform inhibits keyboard handling during command handler execution. It would be beneficial to allow users to utilize functionalities such as std::getline within command handlers on the Linux platform as well.
The current behavior of the library on the Linux platform inhibits keyboard handling during command handler execution. It would be beneficial to allow users to utilize functionalities such as
std::getline
within command handlers on the Linux platform as well.