Add shortcut for hiding and showing the cursor

This commit is contained in:
loki 2021-07-28 22:03:17 +02:00
commit c243e82047
3 changed files with 97 additions and 19 deletions

View file

@ -45,7 +45,7 @@ bl::sources::severity_logger<int> warning(3); // Strange events
bl::sources::severity_logger<int> error(4); // Recoverable errors
bl::sources::severity_logger<int> fatal(5); // Unrecoverable errors
bool display_cursor;
bool display_cursor = true;
using text_sink = bl::sinks::asynchronous_sink<bl::sinks::text_ostream_backend>;
boost::shared_ptr<text_sink> sink;