Add shortcut for hiding and showing the cursor
This commit is contained in:
parent
3de77b1849
commit
c243e82047
3 changed files with 97 additions and 19 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue