]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1666: no support for terminal primary device attributes v9.1.1666
authorFoxe Chen <chen.foxe@gmail.com>
Sat, 23 Aug 2025 09:56:40 +0000 (05:56 -0400)
committerChristian Brabandt <cb@256bit.org>
Sat, 23 Aug 2025 10:00:23 +0000 (06:00 -0400)
commit5734afebab85429d3728ebe776c22b7a985d6869
tree5173197dd0bb0972cbb3b32346b01f5e56c983ae
parent5d3c39af2a54996dc365b5b38e3eaa6c971ae33a
patch 9.1.1666: no support for terminal primary device attributes

Problem:  no support for terminal primary device attributes
Solution: Add support for detecting the DA1 response from the terminal,
          add the v:termda1 variable and the 't_Ms' option for the
          OSC 52 command format (Foxe Chen)

closes: #18033

Signed-off-by: Foxe Chen <chen.foxe@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/eval.txt
runtime/doc/tags
runtime/doc/term.txt
runtime/doc/version9.txt
runtime/syntax/vim.vim
src/evalvars.c
src/term.c
src/testdir/test_termcodes.vim
src/version.c
src/vim.h