From a60fa43aedacc49397ff1f5e93af31e18c20eb65 Mon Sep 17 00:00:00 2001 From: mongo Date: Wed, 5 Apr 2017 14:34:17 -0300 Subject: more cleaning of ui --- src/cmds_command.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/cmds_command.c') diff --git a/src/cmds_command.c b/src/cmds_command.c index dac99e0..101bcc5 100644 --- a/src/cmds_command.c +++ b/src/cmds_command.c @@ -260,8 +260,7 @@ void do_commandmode(struct block * sb) { break; } inputline_pos = wcswidth(inputline, real_inputline_pos); - wmove(input_win, 0, inputline_pos + 1 + rescol); - wrefresh(input_win); + ui_show_header(); return; } else if (sb->value == '\t') { // TAB completion -- cgit v1.2.3