aboutsummaryrefslogtreecommitdiffstats
path: root/i_ui.go
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-01-10 20:20:20 +0100
committerJoe <rbo@gmx.us>2024-01-10 20:20:20 +0100
commit1547035da000d94ca0fa9b794ddaa651952c1b97 (patch)
treeb0367ddad71e2cb18d24578e37f44f18db3b59d4 /i_ui.go
parenttmp (diff)
downloadhardflip-1547035da000d94ca0fa9b794ddaa651952c1b97.tar.gz
hardflip-1547035da000d94ca0fa9b794ddaa651952c1b97.tar.bz2
hardflip-1547035da000d94ca0fa9b794ddaa651952c1b97.tar.xz
hardflip-1547035da000d94ca0fa9b794ddaa651952c1b97.tar.zst
hardflip-1547035da000d94ca0fa9b794ddaa651952c1b97.zip
kinda works i guess
Diffstat (limited to 'i_ui.go')
-rw-r--r--i_ui.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/i_ui.go b/i_ui.go
index e0c74e0..2fc0cc1 100644
--- a/i_ui.go
+++ b/i_ui.go
@@ -43,7 +43,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*
* hardflip: src/i_ui.go
- * Wed Jan 10 11:30:15 2024
+ * Wed Jan 10 12:04:11 2024
* Joe
*
* interfacing with the user
@@ -52,8 +52,8 @@
package main
import (
- "fmt"
- "os"
+ // "fmt"
+ // "os"
"strconv"
"github.com/gdamore/tcell/v2"