Patch 8.2.5055

3 views
Skip to first unread message

Bram Moolenaar

unread,
Jun 4, 2022, 3:10:15 PM6/4/22
to vim...@googlegroups.com

Patch 8.2.5055
Problem: Statusline is not updated when terminal title changes.
Solution: Redraw the status line when the title changes. (issue #10425)
Files: src/terminal.c


*** ../vim-8.2.5054/src/terminal.c 2022-05-29 22:37:00.304418468 +0100
--- src/terminal.c 2022-06-04 19:53:38.988481921 +0100
***************
*** 3153,3159 ****
--- 3153,3162 ----
}
VIM_CLEAR(term->tl_status_text);
if (term == curbuf->b_term)
+ {
maketitle();
+ curwin->w_redr_status = TRUE;
+ }
break;

case VTERM_PROP_CURSORVISIBLE:
*** ../vim-8.2.5054/src/version.c 2022-06-03 18:40:49.295007378 +0100
--- src/version.c 2022-06-04 19:55:38.680294597 +0100
***************
*** 736,737 ****
--- 736,739 ----
{ /* Add new patch number below this line */
+ /**/
+ 5055,
/**/

--
-rwxr-xr-x 1 root 24 Oct 29 1929 /bin/ed
-rwxr-xr-t 4 root 131720 Jan 1 1970 /usr/ucb/vi
-rwxr-xr-x 1 root 5.89824e37 Oct 22 1990 /usr/bin/emacs

/// Bram Moolenaar -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
Reply all
Reply to author
Forward
0 new messages