1
0
forked from aniani/vim

patch 9.0.0099: scrollback can be wrong after redrawing the command line

Problem:    Scrollback can be wrong after redrawing the command line.
Solution:   Clear unfinished scrollback when redrawing. (closes #10807)
This commit is contained in:
zeertzjq
2022-07-28 12:34:09 +01:00
committed by Bram Moolenaar
parent 5748b7f2c8
commit 46af7bc08d
5 changed files with 56 additions and 7 deletions

View File

@@ -48,6 +48,7 @@ void msg_puts_attr(char *s, int attr);
int message_filtered(char_u *msg);
void may_clear_sb_text(void);
void sb_text_start_cmdline(void);
void sb_text_restart_cmdline(void);
void sb_text_end_cmdline(void);
void clear_sb_text(int all);
void show_sb_text(void);