From 235001a5fc0eb7811e3aca8ed7d27c69e20799e0 Mon Sep 17 00:00:00 2001 From: Andrzej Rybczak Date: Thu, 14 May 2015 00:48:00 +0200 Subject: [PATCH] main: do not show pressed key in statusbar --- src/ncmpcpp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ncmpcpp.cpp b/src/ncmpcpp.cpp index 32c9859c..e6ab58bf 100644 --- a/src/ncmpcpp.cpp +++ b/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