Problem: Default value for brief_wait is wrong. Solution: Make the default FALSE. (Ozaki Kiichi, closes #3812, closes #3799)
@@ -222,7 +222,7 @@ ui_wait_for_chars_or_timer(
long remaining = wtime;
int tb_change_cnt = typebuf.tb_change_cnt;
# ifdef FEAT_JOB_CHANNEL
int brief_wait = TRUE;
int brief_wait = FALSE;
# endif
// When waiting very briefly don't trigger timers.
The note is not visible to the blocked user.