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 -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20220604191008.C4E3A1C28DC%40moolenaar.net.