aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/term.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/term.c')
-rw-r--r--src/nvim/term.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nvim/term.c b/src/nvim/term.c
index 664d8d962b..ecbd9da8e6 100644
--- a/src/nvim/term.c
+++ b/src/nvim/term.c
@@ -1455,7 +1455,7 @@ int set_termname(char_u *term)
if (emsg_silent == 0) {
screen_start(); /* don't know where cursor is now */
out_flush();
- ui_delay(2000L, TRUE);
+ ui_delay(2000L, true);
}
set_string_option_direct((char_u *)"term", -1, term,
OPT_FREE, 0);
@@ -2608,7 +2608,7 @@ void stoptermcap(void)
if (crv_status == CRV_SENT || u7_status == U7_SENT) {
# ifdef UNIX
/* Give the terminal a chance to respond. */
- os_delay(100L, FALSE);
+ os_delay(100L, false);
# endif
# ifdef TCIFLUSH
/* Discard data received but not read. */