main: do not show pressed key in statusbar
This commit is contained in:
@@ -216,7 +216,7 @@ int main(int argc, char **argv)
|
||||
if (!key_pressed)
|
||||
continue;
|
||||
|
||||
Statusbar::print(ToString(keyToWString(input)));
|
||||
//Statusbar::print(ToString(keyToWString(input)));
|
||||
|
||||
// The reason we want to update timer here is that if the timer is updated
|
||||
// in Status::trace, then Key::read usually blocks for 500ms and if key is
|
||||
|
||||
Reference in New Issue
Block a user