comparison src/optiondefs.h @ 31229:5b71c3884a2a v9.0.0948

patch 9.0.0948: 'ttyfast' is set for arbitrary terminals Commit: https://github.com/vim/vim/commit/c1cf4c91072f91b6b8dd636627a4ddf6f4b21f16 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Nov 25 15:09:35 2022 +0000 patch 9.0.0948: 'ttyfast' is set for arbitrary terminals Problem: 'ttyfast' is set for arbitrary terminals. Solution: Always set 'ttyfast'. (closes https://github.com/vim/vim/issues/11549)
author Bram Moolenaar <Bram@vim.org>
date Fri, 25 Nov 2022 16:15:04 +0100
parents dcde141f2d1e
children f8d32833cf31
comparison
equal deleted inserted replaced
31228:e02f5b4a17ee 31229:5b71c3884a2a
2597 {"ttybuiltin", "tbi", P_BOOL|P_VI_DEF, 2597 {"ttybuiltin", "tbi", P_BOOL|P_VI_DEF,
2598 (char_u *)&p_tbi, PV_NONE, 2598 (char_u *)&p_tbi, PV_NONE,
2599 {(char_u *)TRUE, (char_u *)0L} SCTX_INIT}, 2599 {(char_u *)TRUE, (char_u *)0L} SCTX_INIT},
2600 {"ttyfast", "tf", P_BOOL|P_NO_MKRC|P_VI_DEF, 2600 {"ttyfast", "tf", P_BOOL|P_NO_MKRC|P_VI_DEF,
2601 (char_u *)&p_tf, PV_NONE, 2601 (char_u *)&p_tf, PV_NONE,
2602 {(char_u *)FALSE, (char_u *)0L} SCTX_INIT}, 2602 {(char_u *)TRUE, (char_u *)0L} SCTX_INIT},
2603 {"ttymouse", "ttym", P_STRING|P_NODEFAULT|P_NO_MKRC|P_VI_DEF, 2603 {"ttymouse", "ttym", P_STRING|P_NODEFAULT|P_NO_MKRC|P_VI_DEF,
2604 #if defined(UNIX) || defined(VMS) 2604 #if defined(UNIX) || defined(VMS)
2605 (char_u *)&p_ttym, PV_NONE, 2605 (char_u *)&p_ttym, PV_NONE,
2606 #else 2606 #else
2607 (char_u *)NULL, PV_NONE, 2607 (char_u *)NULL, PV_NONE,