From: Christoffer Aasted Date: Wed, 22 Jul 2026 09:39:02 +0000 (+0000) Subject: runtime(doc): clarify 'icon' and 'title' interaction for screen 5 X-Git-Tag: v9.2.0829~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=648d16e4ca659fdcddd3c7855d54ac7e3416ae19;p=thirdparty%2Fvim.git runtime(doc): clarify 'icon' and 'title' interaction for screen 5 related: #20553 related: #20604 closes: #20703 Signed-off-by: Christoffer Aasted Signed-off-by: Christian Brabandt --- diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 7b3713b0d4..549b22a853 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -1,4 +1,4 @@ -*options.txt* For Vim version 9.2. Last change: 2026 Jul 03 +*options.txt* For Vim version 9.2. Last change: 2026 Jul 22 VIM REFERENCE MANUAL by Bram Moolenaar @@ -4948,9 +4948,8 @@ A jump table for the options with a short description can be found at |Q_op|. restored if possible |X11|. See |X11-icon| for changing the icon on X11. For MS-Windows the icon can be changed, see |windows-icon|. - NOTE: Some terminals treat the icon text as an alias for the window - title. On those, setting the icon text may also change the terminal - window title; see 'title'. + NOTE: GNU screen is not consistent in handling icon-title and title escape + sequences between versions. See 'title'. *'iconstring'* 'iconstring' string (default "") @@ -9638,9 +9637,9 @@ A jump table for the options with a short description can be found at |Q_op|. then the WINDOWID environment variable should be inherited and the title of the window should change back to what it should be after exiting Vim. - NOTE: Some terminals treat the icon text as an alias for the window - title (see 'icon'). On those, the interaction between 'title' and - 'icon' depend on the specific behavior of the terminal. + NOTE: GNU screen is not consistent in handling icon-title and title escape + sequences between versions. In particular, screen 5 may swap title and + icon-title. *'titlelen'* 'titlelen' number (default 85)