KiTTY icon indicating copy to clipboard operation
KiTTY copied to clipboard

xterm escape sequences for cursor colour do not work

Open j-xella opened this issue 2 years ago • 0 comments

Here are sample escape sequences that change cursor colour in xterm and urxvt, but not in kitty:

printf '\033]12;red\007' printf '\033]12;blue\a' printf '\033]12;green\007' printf '\033]12;white\007' printf '\033]12;green\a'

Would it be possible to make them work in KItty as well ?

Or maybe there are alternative sequences that work in putty/kitty, but I was not able to find them ...

j-xella avatar Nov 04 '21 10:11 j-xella