kitty/kittens/hints
Kovid Goyal 9d48fa9126
hints/unicode_input kittens: Do not lose keypresses that are sent very rapidly via an automation tool immediately after the kitten is launched
We now buffer the key events until the kitten tells us it is ready.
Without this the key presses are delivered to the underlying window
as the kitten's overlay window was not being focused until the kitten
set the ready message.

Fixes #7089
2024-12-12 13:11:12 +05:30
..
__init__.py
main.go hints/unicode_input kittens: Do not lose keypresses that are sent very rapidly via an automation tool immediately after the kitten is launched 2024-12-12 13:11:12 +05:30
main.py hints kitten: Allow clicking on matched text to select it in addition to typing the hint 2024-05-14 15:22:03 +05:30
marks.go Use stdlib maps/slices 2024-06-24 07:54:13 +05:30
marks_test.go Use list of legal chars in URL from the WHATWG standard 2024-02-05 13:27:22 +05:30