diff options
| author | raven <citrons@mondecitronne.com> | 2026-02-20 13:42:12 -0600 |
|---|---|---|
| committer | raven <citrons@mondecitronne.com> | 2026-02-20 13:46:59 -0600 |
| commit | 5b6196ebe67cf954bae8212c1a33b869da723e11 (patch) | |
| tree | dce33c06621847c3862e64bda914b1e8a450317d /tui/event.go | |
| parent | 05c068749740f9430d1fda7698c433697eef1652 (diff) | |
support builtin terminfo
copy termfo into the repository and modify it to embed an xterm terminfo to as
a fallback
Diffstat (limited to 'tui/event.go')
| -rw-r--r-- | tui/event.go | 4 |
1 files changed, 2 insertions, 2 deletions
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" |
