aboutsummaryrefslogtreecommitdiffstats
path: root/c_defs.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
commit1c25cf8a8c1c5242826efd96d679729de2138ebc (patch)
treeb443f7136f3768154b6c7e7f481d200a17767435 /c_defs.go
parentup (diff)
downloadhardflip-1c25cf8a8c1c5242826efd96d679729de2138ebc.tar.gz
hardflip-1c25cf8a8c1c5242826efd96d679729de2138ebc.tar.bz2
hardflip-1c25cf8a8c1c5242826efd96d679729de2138ebc.tar.xz
hardflip-1c25cf8a8c1c5242826efd96d679729de2138ebc.tar.zst
hardflip-1c25cf8a8c1c5242826efd96d679729de2138ebc.zip
ye
Diffstat (limited to '')
-rw-r--r--c_defs.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/c_defs.go b/c_defs.go
index 91c472e..483919d 100644
--- a/c_defs.go
+++ b/c_defs.go
@@ -50,4 +50,11 @@ package main
const (
W = 0
H = 1
+ KEYS_HINTS = `
+(q)uit -
+[x](a)dd/(i)nsert host -
+[x](e)dit -
+[x](d)elete -
+[x](s)earch -
+[x](?) help`
)