aboutsummaryrefslogtreecommitdiffstats
path: root/src/c_defs.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/c_defs.go')
-rw-r--r--src/c_defs.go11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/c_defs.go b/src/c_defs.go
index b4ff837..928e4a3 100644
--- a/src/c_defs.go
+++ b/src/c_defs.go
@@ -179,6 +179,17 @@ const (
)
var (
+ HELP_KEYS = [][2]string{
+ {"j | <down>", "Down"},
+ {"k | <up>", "Up"},
+ {"a | i", "Insert host"},
+ {"y", "Copy host"},
+ {"d", "Cut host"},
+ {"p", "Paste host"},
+ }
+)
+
+var (
HOST_ICONS = [4]string{" ", " ", " ", " "}
DIRS_ICONS = [2]string{" ", " "}
RDP_SCREENSIZE = [7]string{