We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d11f3b commit 04b4e1aCopy full SHA for 04b4e1a
2 files changed
src/screen.c
@@ -238,6 +238,9 @@ redraw_all_later(int type)
238
{
239
redraw_win_later(wp, type);
240
}
241
+ // This may be needed when switching tabs.
242
+ if (must_redraw < type)
243
+ must_redraw = type;
244
245
246
/*
src/version.c
@@ -799,6 +799,8 @@ static char *(features[]) =
799
800
static int included_patches[] =
801
{ /* Add new patch number below this line */
802
+/**/
803
+ 700,
804
/**/
805
699,
806
0 commit comments