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 --- tui/event.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tui/event.go') diff --git a/tui/event.go b/tui/event.go index 9d7a9a2..d24bd2b 100644 --- a/tui/event.go +++ b/tui/event.go @@ -3,8 +3,8 @@ package tui import ( "os" "os/signal" - "zgo.at/termfo" - "zgo.at/termfo/keys" + "citrons.xyz/talk/tui/termfo" + "citrons.xyz/talk/tui/termfo/keys" "strings" "strconv" "bufio" -- cgit v1.2.3