diff options
author | Joe <rbo@gmx.us> | 2024-01-10 20:20:20 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-01-10 20:20:20 +0100 |
commit | 43e669eb01791b87ed570ab424a66984f26da399 (patch) | |
tree | 5806bdbc0061f4950d8f20d0110a41f7529320e9 /i_ui.go | |
parent | trying that map (diff) | |
download | hardflip-43e669eb01791b87ed570ab424a66984f26da399.tar.gz hardflip-43e669eb01791b87ed570ab424a66984f26da399.tar.bz2 hardflip-43e669eb01791b87ed570ab424a66984f26da399.tar.xz hardflip-43e669eb01791b87ed570ab424a66984f26da399.tar.zst hardflip-43e669eb01791b87ed570ab424a66984f26da399.zip |
tmp
Diffstat (limited to 'i_ui.go')
-rw-r--r-- | i_ui.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -52,6 +52,8 @@ package main import ( + "fmt" + "os" "strconv" "github.com/gdamore/tcell/v2" |