Skip to content

Commit b22653a

Browse files
committed
patch 9.0.0337: flicker when resetting cmdline_row after updating the screen
Problem: Flicker when resetting cmdline_row after updating the screen. Solution: Do not update cmdline_row. (issue #11017)
1 parent 61abe7d commit b22653a

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

src/drawscreen.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -839,10 +839,6 @@ after_updating_screen(int may_resize_shell UNUSED)
839839
// handle the drop now.
840840
handle_any_postponed_drop();
841841
#endif
842-
843-
if (p_ch == 0)
844-
// in case it was changed in dont_use_message_window()
845-
cmdline_row = Rows;
846842
}
847843

848844
/*

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -707,6 +707,8 @@ static char *(features[]) =
707707

708708
static int included_patches[] =
709709
{ /* Add new patch number below this line */
710+
/**/
711+
337,
710712
/**/
711713
336,
712714
/**/

0 commit comments

Comments
 (0)