toss/src
Joscha 45ece466c2 Support more modifiers on some terminal emulators
If a terminal emulator supports the kitty protocol, this change will
allow cove to take advantage of this. This means that more modifiers
will work on special keys like enter or escape.

See also this section of the kitty protocol docs:
https://sw.kovidgoyal.net/kitty/keyboard-protocol/#disambiguate-escape-codes
2022-08-11 23:15:12 +02:00
..
buffer.rs Fix incorrect width for tab-replacing spaces 2022-08-04 02:18:18 +02:00
frame.rs Make WidthDB tab-width-aware 2022-08-04 02:18:18 +02:00
lib.rs Use styled chunks of text instead of plain strings 2022-07-04 19:38:28 +02:00
styled.rs Fix splitting Styleds 2022-08-03 13:22:38 +02:00
terminal.rs Support more modifiers on some terminal emulators 2022-08-11 23:15:12 +02:00
widthdb.rs Make WidthDB tab-width-aware 2022-08-04 02:18:18 +02:00
wrap.rs Fix tab width calculations when word wrapping 2022-08-04 02:59:00 +02:00