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 --- football/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'football') diff --git a/football/main.go b/football/main.go index ed1154a..82164db 100644 --- a/football/main.go +++ b/football/main.go @@ -2,7 +2,7 @@ package main import ( "citrons.xyz/talk/tui" - "zgo.at/termfo/keys" + "citrons.xyz/talk/tui/termfo/keys" "math/rand" "log" "os" -- cgit v1.2.3