comparison runtime/doc/builtin.txt @ 30958:122f883d7237 v9.0.0813

patch 9.0.0813: Kitty terminal is not recognized Commit: https://github.com/vim/vim/commit/4bc85f23ed2cf1fab20597ff15cefa675ea5e2c6 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Oct 21 14:17:24 2022 +0100 patch 9.0.0813: Kitty terminal is not recognized Problem: Kitty terminal is not recognized. Solution: Recognize Kitty by the termresponse and then do not set seenModifyOtherKeys, since Kitty doesn't support that. (issue #11413)
author Bram Moolenaar <Bram@vim.org>
date Fri, 21 Oct 2022 15:30:03 +0200
parents 61558a67630a
children eb2638f278bf
comparison
equal deleted inserted replaced
30957:10e535aa2e65 30958:122f883d7237
9668 is empty most values here will be 'u' for unknown. 9668 is empty most values here will be 'u' for unknown.
9669 cursor_style whether sending |t_RS| works ** 9669 cursor_style whether sending |t_RS| works **
9670 cursor_blink_mode whether sending |t_RC| works ** 9670 cursor_blink_mode whether sending |t_RC| works **
9671 underline_rgb whether |t_8u| works ** 9671 underline_rgb whether |t_8u| works **
9672 mouse mouse type supported 9672 mouse mouse type supported
9673 kitty whether Kitty terminal was detected
9673 9674
9674 ** value 'u' for unknown, 'y' for yes, 'n' for no 9675 ** value 'u' for unknown, 'y' for yes, 'n' for no
9675 9676
9676 If the |+termresponse| feature is missing then the result is 9677 If the |+termresponse| feature is missing then the result is
9677 an empty dictionary. 9678 an empty dictionary.