diff src/optiondefs.h @ 31299:f8d32833cf31 v9.0.0983

patch 9.0.0983: stray characters displayed when starting the GUI Commit: https://github.com/vim/vim/commit/184a622adaa4c3d413ee0d38da063474b67ccfe3 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Dec 1 19:25:04 2022 +0000 patch 9.0.0983: stray characters displayed when starting the GUI Problem: Stray characters displayed when starting the GUI. Solution: Add t_RK to the list of terminal options.
author Bram Moolenaar <Bram@vim.org>
date Thu, 01 Dec 2022 20:30:03 +0100
parents 5b71c3884a2a
children bb797331e21b
line wrap: on
line diff
--- a/src/optiondefs.h
+++ b/src/optiondefs.h
@@ -2897,6 +2897,7 @@ static struct vimoption options[] =
     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)