]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.2.0633: MS-Windows: No support for kitty graphics support in terminal v9.2.0633
authorYasuhiro Matsumoto <mattn.jp@gmail.com>
Sat, 13 Jun 2026 18:12:08 +0000 (18:12 +0000)
committerChristian Brabandt <cb@256bit.org>
Sat, 13 Jun 2026 18:12:08 +0000 (18:12 +0000)
commitbf5235bdc97cbb2e9efb9cfc4c2083db30aeae91
treeb7640521db1108744bb47e1cd7d8a7678c3651e2
parent7bc4491ad44d6aeea8c0993594c8a323262ee53a
patch 9.2.0633: MS-Windows: No support for kitty graphics support in terminal

Problem:  MS-Windows: No support for kitty graphics support in terminal
Solution: Add mch_kitty_probe() to os_win32.c, reading the reply from
          the console input handle in VT input mode, with a short grace
          period after the DA1 answer because ConPTY answers DA1 by
          itself. The response parsing is shared with the UNIX probe via
          the new kitty_probe_parse() in kitty.c. (Yasuhiro Matsumoto).

closes: #20497

Signed-off-by: Yasuhiro Matsumoto <mattn.jp@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/kitty.c
src/os_win32.c
src/popupwin.c
src/proto/kitty.pro
src/proto/os_win32.pro
src/version.c