comparison src/option.c @ 12259:48eac9bc2f82 v8.0.1009

patch 8.0.1009: Xterm cursor blinking status may be inverted commit https://github.com/vim/vim/commit/4db2554954056f21f2ba4cf4988c652745d7042a Author: Bram Moolenaar <Bram@vim.org> Date: Mon Aug 28 22:43:05 2017 +0200 patch 8.0.1009: Xterm cursor blinking status may be inverted Problem: Xterm cursor blinking status may be inverted. Solution: Use another request to get the blink status and compare with the cursor style report
author Christian Brabandt <cb@256bit.org>
date Mon, 28 Aug 2017 22:45:04 +0200
parents 25361fe94f94
children 1ff5e5dfa9b0
comparison
equal deleted inserted replaced
12258:8b386ef3a93d 12259:48eac9bc2f82
3192 p_term("t_mr", T_MR) 3192 p_term("t_mr", T_MR)
3193 p_term("t_ms", T_MS) 3193 p_term("t_ms", T_MS)
3194 p_term("t_nd", T_ND) 3194 p_term("t_nd", T_ND)
3195 p_term("t_op", T_OP) 3195 p_term("t_op", T_OP)
3196 p_term("t_RB", T_RBG) 3196 p_term("t_RB", T_RBG)
3197 p_term("t_RC", T_CRC)
3197 p_term("t_RI", T_CRI) 3198 p_term("t_RI", T_CRI)
3198 p_term("t_RS", T_CRS) 3199 p_term("t_RS", T_CRS)
3199 p_term("t_RV", T_CRV) 3200 p_term("t_RV", T_CRV)
3200 p_term("t_Sb", T_CSB) 3201 p_term("t_Sb", T_CSB)
3201 p_term("t_SC", T_CSC) 3202 p_term("t_SC", T_CSC)