]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1895: OSC terminal response hard to detect v9.1.1895
authorFoxe Chen <chen.foxe@gmail.com>
Sat, 1 Nov 2025 16:26:18 +0000 (16:26 +0000)
committerChristian Brabandt <cb@256bit.org>
Sat, 1 Nov 2025 16:28:52 +0000 (16:28 +0000)
commit8707b7a15b8a22ee4f60e1f9e7d3d417b20e60d2
tree74c43e51131fe9ca8174e006f04ad47ccd55d7ef
parent7c418c75a404b7cc9d3380b63b6faf3a281a9440
patch 9.1.1895: OSC terminal response hard to detect

Problem:  OSC terminal response hard to detect
Solution: Add the <OSC> and <xOSC> pseudo keys
          (Foxe Chen)

closes: #18660

Signed-off-by: Foxe Chen <chen.foxe@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/intro.txt
runtime/doc/tags
src/keymap.h
src/misc2.c
src/term.c
src/version.c