summaryrefslogtreecommitdiffstats
path: root/src/cmds_command.c
diff options
context:
space:
mode:
authormongo <andmarti@gmail.com>2017-04-05 14:34:17 -0300
committermongo <andmarti@gmail.com>2017-04-05 14:34:17 -0300
commita60fa43aedacc49397ff1f5e93af31e18c20eb65 (patch)
tree81da037606975dd1325438310bd7ea5269d24ba0 /src/cmds_command.c
parent5b1baaddf351a5d4c24789f109cf5bfa17d62586 (diff)
more cleaning of ui
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