diff --git a/src/gui.c b/src/gui.c index 13f1fe4fa3..17f4e9506c 100644 --- a/src/gui.c +++ b/src/gui.c @@ -4412,6 +4412,10 @@ gui_update_scrollbars( val, size, max); } } + + // update the title, it may show the scroll position + maketitle(); + prev_curwin = curwin; --hold_gui_events; } diff --git a/src/version.c b/src/version.c index 8972dbd36f..f43b33c8f8 100644 --- a/src/version.c +++ b/src/version.c @@ -757,6 +757,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 3688, /**/ 3687, /**/