From 5b6196ebe67cf954bae8212c1a33b869da723e11 Mon Sep 17 00:00:00 2001 From: raven Date: Fri, 20 Feb 2026 13:42:12 -0600 Subject: support builtin terminfo copy termfo into the repository and modify it to embed an xterm terminfo to as a fallback --- client/ui.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client') 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" ) -- cgit v1.2.3