Patch 9.0.0983
Problem: Stray characters displayed when starting the GUI.
Solution: Add t_RK to the list of terminal options.
Files: src/optiondefs.h
*** ../vim-9.0.0982/src/optiondefs.h 2022-11-25 15:09:30.710402884 +0000
--- src/optiondefs.h 2022-12-01 19:21:34.128966444 +0000
***************
*** 2897,2902 ****
--- 2897,2903 ----
p_term("t_RC", T_CRC)
p_term("t_RI", T_CRI)
p_term("t_Ri", T_SRI)
+ p_term("t_RK", T_CRK)
p_term("t_RS", T_CRS)
p_term("t_RT", T_CRT)
p_term("t_RV", T_CRV)
*** ../vim-9.0.0982/src/version.c 2022-12-01 18:37:34.490938220 +0000
--- src/version.c 2022-12-01 19:22:19.956916275 +0000
***************
*** 697,698 ****
--- 697,700 ----
{ /* Add new patch number below this line */
+ /**/
+ 983,
/**/
--
Some of the well known MS-Windows errors:
EMULTI Multitasking attempted, system confused
EKEYBOARD Keyboard locked, try getting out of this one!
EXPLAIN Unexplained error, please tell us what happened
EFUTURE Reserved for our future mistakes
/// 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/20221201192539.D369C1C06AE%40moolenaar.net.