summaryrefslogtreecommitdiff
path: root/src/interface.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/interface.c')
-rw-r--r--src/interface.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/interface.c b/src/interface.c
index 9cc31f8..43b38b8 100644
--- a/src/interface.c
+++ b/src/interface.c
@@ -181,9 +181,6 @@ interface_get_input(GIOChannel *source, GIOCondition condition, gpointer data)
struct command_cb_descriptor *cmd;
gint c;
- if (!ctx->context_ready)
- return TRUE;
-
c = wgetch(ctx->menu_win);
cmd = g_hash_table_lookup(ctx->config.keymap, GINT_TO_POINTER(c));