mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04:00
patch 9.0.0930: cannot debug the Kitty keyboard protocol with TermDebug
Problem: Cannot debug the Kitty keyboard protocol with TermDebug. Solution: Add Kitty keyboard protocol support to the libvterm fork. Recognize the escape sequences that the protocol generates. Add the 'keyprotocol' option to allow the user to specify for which terminal what protocol is to be used, instead of hard-coding this. Add recognizing the kitty keyboard protocol status.
This commit is contained in:
@@ -5348,9 +5348,9 @@ finished:
|
||||
long delay_msec = 1;
|
||||
|
||||
if (tmode == TMODE_RAW)
|
||||
// possibly disables modifyOtherKeys, so that the system
|
||||
// can recognize CTRL-C
|
||||
out_str(T_CTE);
|
||||
// Possibly disables modifyOtherKeys, so that the system
|
||||
// can recognize CTRL-C.
|
||||
out_str_t_TE();
|
||||
|
||||
/*
|
||||
* Similar to the loop above, but only handle X events, no
|
||||
|
Reference in New Issue
Block a user