mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-05 23:42:03 +00:00
Co-authored-by: Arya Gummadi <aryagummadi@google.com>
This commit is contained in:
parent
fef89f5429
commit
53067fda74
7 changed files with 333 additions and 2 deletions
|
|
@ -48,3 +48,11 @@ export const BACKSLASH_ENTER_DETECTION_WINDOW_MS = 5;
|
|||
* We use 12 to provide a small buffer.
|
||||
*/
|
||||
export const MAX_KITTY_SEQUENCE_LENGTH = 12;
|
||||
|
||||
/**
|
||||
* Character codes for common escape sequences
|
||||
*/
|
||||
export const CHAR_CODE_ESC = 27;
|
||||
export const CHAR_CODE_LEFT_BRACKET = 91;
|
||||
export const CHAR_CODE_1 = 49;
|
||||
export const CHAR_CODE_2 = 50;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue