Get axis clicking working

This commit is contained in:
Kovid Goyal
2024-05-18 09:34:42 +05:30
parent 3e2b3a89ce
commit e050557db7
3 changed files with 19 additions and 31 deletions

View File

@@ -7,11 +7,13 @@ import (
"sync"
"kitty/tools/tui/loop"
"kitty/tools/utils"
"kitty/tools/utils/style"
"kitty/tools/wcswidth"
)
var _ = fmt.Print
var _ = utils.Repr
const KittyInternalHyperlinkProtocol = "kitty-ih"