summaryrefslogtreecommitdiffstats
path: root/src/cmds_command.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmds_command.c')
-rw-r--r--src/cmds_command.c3
1 files changed, 1 insertions, 2 deletions
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