aboutsummaryrefslogtreecommitdiffstats
path: root/c_defs.go
diff options
context:
space:
mode:
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`
)