diff options
author | Joe <rbo@gmx.us> | 2023-12-19 20:20:20 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2023-12-19 20:20:20 +0100 |
commit | f27f5dd857995a2a84206a3c1ff8430508a10ae8 (patch) | |
tree | d04c305c27cf5aa8f131b7cbf997c2e101e1e9dd /i_ui.go | |
parent | cool bottom text (diff) | |
download | hardflip-f27f5dd857995a2a84206a3c1ff8430508a10ae8.tar.gz hardflip-f27f5dd857995a2a84206a3c1ff8430508a10ae8.tar.bz2 hardflip-f27f5dd857995a2a84206a3c1ff8430508a10ae8.tar.xz hardflip-f27f5dd857995a2a84206a3c1ff8430508a10ae8.tar.zst hardflip-f27f5dd857995a2a84206a3c1ff8430508a10ae8.zip |
fine for now
Diffstat (limited to '')
-rw-r--r-- | i_ui.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -106,7 +106,7 @@ func i_bottom_text(s tcell.Screen, t [2]int) { style := tcell.StyleDefault. Background(tcell.ColorReset). Foreground(tcell.ColorGrey) - keys_hint := "(q) Quit | (a/i) add host | (e) edit | (/) search | (?) help" + keys_hint := "(q)uit - (a)dd/(i)nsert host - (e)dit - (s)earch - (?) help" spaces := "" i := 0 for i < (t[W]) - len(keys_hint) { |