main: do not show pressed key in statusbar

master
Andrzej Rybczak 11 years ago
parent d3f8069caf
commit 235001a5fc
  1. 2
      src/ncmpcpp.cpp

@ -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

Loading…
Cancel
Save