mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-21 01:01:42 +00:00
fix(tui): add isHome, isEnd, isDelete helpers for Kitty protocol
Extended the Kitty protocol parser to handle functional keys with ~ terminator (Delete, Insert, PageUp, PageDown) and Home/End keys. Updated editor.ts and input.ts to use the new helpers.
This commit is contained in:
parent
716516d61e
commit
cbd20b58a6
4 changed files with 84 additions and 7 deletions
|
|
@ -41,8 +41,11 @@ export {
|
|||
isCtrlT,
|
||||
isCtrlU,
|
||||
isCtrlW,
|
||||
isDelete,
|
||||
isEnd,
|
||||
isEnter,
|
||||
isEscape,
|
||||
isHome,
|
||||
isShiftEnter,
|
||||
isShiftTab,
|
||||
isTab,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue