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 f12519d commit acda04fCopy full SHA for acda04f
2 files changed
src/screen.c
@@ -474,9 +474,8 @@ redraw_after_callback(int call_update_screen)
474
* flicker. */
475
out_flush_cursor(FALSE, FALSE);
476
else
477
-#else
478
- out_flush();
479
#endif
+ out_flush();
480
481
--redrawing_for_callback;
482
}
@@ -2795,7 +2794,7 @@ fold_line(
2795
2794
{
2796
ScreenLinesUC[off + col] = fill_fold;
2797
ScreenLinesC[0][off + col] = 0;
2798
- ScreenLines[off + col] = 0x80; /* avoid storing zero */
+ ScreenLines[off + col] = 0x80; /* avoid storing zero */
2799
2800
2801
src/version.c
@@ -771,6 +771,8 @@ static char *(features[]) =
771
772
static int included_patches[] =
773
{ /* Add new patch number below this line */
774
+/**/
775
+ 1476,
776
/**/
777
1475,
778
0 commit comments