Patch 8.2.0231
Problem: Silent system command may clear the screen.
Solution: Do not clear the screen in t_te.
Files: src/term.c
*** ../vim-8.2.0230/src/term.c 2020-01-26 21:59:25.632718110 +0100
--- src/term.c 2020-02-08 14:19:19.761042679 +0100
***************
*** 909,916 ****
{(int)KS_KE, IF_EB("\033[?1l\033>", ESC_STR "[?1l" ESC_STR_nc ">")},
# ifdef FEAT_XTERM_SAVE
{(int)KS_TI, IF_EB("\0337\033[?47h", ESC_STR "7" ESC_STR_nc
"[?47h")},
! {(int)KS_TE, IF_EB("\033[2J\033[?47l\0338",
! ESC_STR "[2J" ESC_STR_nc "[?47l" ESC_STR_nc
"8")},
# endif
{(int)KS_CTI, IF_EB("\033[>4;2m", ESC_STR_nc "[>4;2m")},
{(int)KS_CTE, IF_EB("\033[>4;m", ESC_STR_nc "[>4;m")},
--- 909,916 ----
{(int)KS_KE, IF_EB("\033[?1l\033>", ESC_STR "[?1l" ESC_STR_nc ">")},
# ifdef FEAT_XTERM_SAVE
{(int)KS_TI, IF_EB("\0337\033[?47h", ESC_STR "7" ESC_STR_nc
"[?47h")},
! {(int)KS_TE, IF_EB("\033[?47l\0338",
! ESC_STR_nc "[?47l" ESC_STR_nc "8")},
# endif
{(int)KS_CTI, IF_EB("\033[>4;2m", ESC_STR_nc "[>4;2m")},
{(int)KS_CTE, IF_EB("\033[>4;m", ESC_STR_nc "[>4;m")},
*** ../vim-8.2.0230/src/version.c 2020-02-07 22:20:50.084383527 +0100
--- src/version.c 2020-02-08 14:20:43.384896343 +0100
***************
*** 744,745 ****
--- 744,747 ----
{ /* Add new patch number below this line */
+ /**/
+ 231,
/**/
--
Nothing is fool-proof to a sufficiently talented fool.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ 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/202002081323.018DNhsZ025060%40masaka.moolenaar.net.