aboutsummaryrefslogtreecommitdiffstats
path: root/src/i_ui.go
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-05-13 20:20:20 +0200
committerJoe <rbo@gmx.us>2024-05-13 20:20:20 +0200
commit6e6d57e0f78ac834c21f83d184f1038115e12875 (patch)
tree5e8d664dbf52e7a546206aed648abcad6df9d937 /src/i_ui.go
parentrfix (diff)
downloadhardflip-6e6d57e0f78ac834c21f83d184f1038115e12875.tar.gz
hardflip-6e6d57e0f78ac834c21f83d184f1038115e12875.tar.bz2
hardflip-6e6d57e0f78ac834c21f83d184f1038115e12875.tar.xz
hardflip-6e6d57e0f78ac834c21f83d184f1038115e12875.tar.zst
hardflip-6e6d57e0f78ac834c21f83d184f1038115e12875.zip
this is gon be tight
Diffstat (limited to 'src/i_ui.go')
-rw-r--r--src/i_ui.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/i_ui.go b/src/i_ui.go
index 5002fe1..b72fbae 100644
--- a/src/i_ui.go
+++ b/src/i_ui.go
@@ -60,6 +60,11 @@ import (
"golang.org/x/term"
)
+type Buffer struct {
+ str string
+ cursor int
+}
+
type HardUI struct {
s tcell.Screen
mode uint8