Skip to content

Commit

Permalink
patch 9.0.0337: flicker when resetting cmdline_row after updating the…
Browse files Browse the repository at this point in the history
… screen

Problem:    Flicker when resetting cmdline_row after updating the screen.
Solution:   Do not update cmdline_row. (issue #11017)
  • Loading branch information
brammool committed Aug 30, 2022
1 parent 61abe7d commit b22653a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/drawscreen.c
Original file line number Diff line number Diff line change
Expand Up @@ -839,10 +839,6 @@ after_updating_screen(int may_resize_shell UNUSED)
// handle the drop now.
handle_any_postponed_drop();
#endif

if (p_ch == 0)
// in case it was changed in dont_use_message_window()
cmdline_row = Rows;
}

/*
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -707,6 +707,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
337,
/**/
336,
/**/
Expand Down

0 comments on commit b22653a

Please sign in to comment.