summaryrefslogtreecommitdiffstats
path: root/src/option.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-08-28 22:43:05 +0200
committerBram Moolenaar <Bram@vim.org>2017-08-28 22:43:05 +0200
commit4db2554954056f21f2ba4cf4988c652745d7042a (patch)
tree8a8a1fb3c3180dc94ac84497b697b8b5f5558baf /src/option.c
parent1dccf6351dd37e648b2e15fb9f9f71ceba88d446 (diff)
patch 8.0.1009: Xterm cursor blinking status may be invertedv8.0.1009
Problem: Xterm cursor blinking status may be inverted. Solution: Use another request to get the blink status and compare with the cursor style report
Diffstat (limited to 'src/option.c')
-rw-r--r--src/option.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/option.c b/src/option.c
index 90a11bce3a..5b50913e18 100644
--- a/src/option.c
+++ b/src/option.c
@@ -3194,6 +3194,7 @@ static struct vimoption options[] =
p_term("t_nd", T_ND)
p_term("t_op", T_OP)
p_term("t_RB", T_RBG)
+ p_term("t_RC", T_CRC)
p_term("t_RI", T_CRI)
p_term("t_RS", T_CRS)
p_term("t_RV", T_CRV)