aboutsummaryrefslogtreecommitdiffstats
path: root/i_ui.go
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2023-12-19 20:20:20 +0100
committerJoe <rbo@gmx.us>2023-12-19 20:20:20 +0100
commitf27f5dd857995a2a84206a3c1ff8430508a10ae8 (patch)
treed04c305c27cf5aa8f131b7cbf997c2e101e1e9dd /i_ui.go
parentcool bottom text (diff)
downloadhardflip-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.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/i_ui.go b/i_ui.go
index fe0f9fa..61d8ffd 100644
--- a/i_ui.go
+++ b/i_ui.go
@@ -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) {