diff options
Diffstat (limited to 'src/nvim/window.c')
-rw-r--r-- | src/nvim/window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/window.c b/src/nvim/window.c index 8b6f925928..7b5848c124 100644 --- a/src/nvim/window.c +++ b/src/nvim/window.c @@ -4764,7 +4764,7 @@ void command_height(void) /* clear the lines added to cmdline */ if (full_screen) - screen_fill((int)(cmdline_row), (int)Rows, 0, + screen_fill(cmdline_row, (int)Rows, 0, (int)Columns, ' ', ' ', 0); msg_row = cmdline_row; redraw_cmdline = TRUE; |