diff options
Diffstat (limited to 'src/nvim/term.c')
-rw-r--r-- | src/nvim/term.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/term.c b/src/nvim/term.c index ecbd9da8e6..9c655f112a 100644 --- a/src/nvim/term.c +++ b/src/nvim/term.c @@ -2516,7 +2516,7 @@ void set_shellsize(int width, int height, int mustset) */ if (State == ASKMORE || State == EXTERNCMD || State == CONFIRM || exmode_active) { - screenalloc(FALSE); + screenalloc(false); repeat_message(); } else { if (curwin->w_p_scb) |