mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-27 18:51:41 +02:00
Move basic multi key shortcut handling into its own package
This commit is contained in:
@@ -17,7 +17,7 @@ var _ = fmt.Print
|
||||
const ST = "\x1b\\"
|
||||
const PROMPT_MARK = "\x1b]133;"
|
||||
|
||||
type SyntaxHighlightFunction func(text string, x, y int) string
|
||||
type SyntaxHighlightFunction = func(text string, x, y int) string
|
||||
|
||||
type RlInit struct {
|
||||
Prompt string
|
||||
|
||||
Reference in New Issue
Block a user