diff options
author | Joe <rbo@gmx.us> | 2024-01-15 20:20:20 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-01-15 20:20:20 +0100 |
commit | 370728a95ac41b53f43cd2b9bbd4f5762e9134df (patch) | |
tree | 59a171e971706719571e3049a980372daf4392ce /i_ui.go | |
parent | delettin (diff) | |
download | hardflip-370728a95ac41b53f43cd2b9bbd4f5762e9134df.tar.gz hardflip-370728a95ac41b53f43cd2b9bbd4f5762e9134df.tar.bz2 hardflip-370728a95ac41b53f43cd2b9bbd4f5762e9134df.tar.xz hardflip-370728a95ac41b53f43cd2b9bbd4f5762e9134df.tar.zst hardflip-370728a95ac41b53f43cd2b9bbd4f5762e9134df.zip |
ok
Diffstat (limited to '')
-rw-r--r-- | i_ui.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -43,7 +43,7 @@ * POSSIBILITY OF SUCH DAMAGE. * * hardflip: src/i_ui.go - * Mon Jan 15 11:40:18 2024 + * Mon Jan 15 13:54:53 2024 * Joe * * interfacing with the user @@ -61,6 +61,7 @@ type HardUI struct { s tcell.Screen mode uint8 // HACK: fuck sel_max + // HACK: lists ids might be shit too sel_max int def_style tcell.Style dir_style tcell.Style |