From 31f11a7ad4665240da2f3cd73315bfa7022aa08a Mon Sep 17 00:00:00 2001 From: Josh Rickmar Date: Thu, 19 Jul 2012 11:52:41 -0400 Subject: Oops, we don't want to blindly re-enter command mode if the old focused entry is no longer active. --- inputfocus.c | 1 - 1 file changed, 1 deletion(-) diff --git a/inputfocus.c b/inputfocus.c index 01a1e33..08ecaa0 100644 --- a/inputfocus.c +++ b/inputfocus.c @@ -327,7 +327,6 @@ command_mode(struct tab *t, struct karg *args) g_free(t->active_text); t->active_text = NULL; } - t->mode = XT_MODE_COMMAND; } return (XT_CB_HANDLED); -- cgit 1.4.1-2-gfad0