summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorraven <citrons@mondecitronne.com>2026-02-20 13:42:12 -0600
committerraven <citrons@mondecitronne.com>2026-02-20 13:46:59 -0600
commit5b6196ebe67cf954bae8212c1a33b869da723e11 (patch)
treedce33c06621847c3862e64bda914b1e8a450317d /client
parent05c068749740f9430d1fda7698c433697eef1652 (diff)
support builtin terminfo
copy termfo into the repository and modify it to embed an xterm terminfo to as a fallback
Diffstat (limited to 'client')
-rw-r--r--client/ui.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/ui.go b/client/ui.go
index 0e7ce55..1c090f2 100644
--- a/client/ui.go
+++ b/client/ui.go
@@ -5,7 +5,7 @@ import (
"citrons.xyz/talk/client/window"
"citrons.xyz/talk/tui"
"citrons.xyz/talk/proto"
- "zgo.at/termfo/keys"
+ "citrons.xyz/talk/tui/termfo/keys"
"strings"
)