aboutsummaryrefslogtreecommitdiffstats
path: root/c_defs.go
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2023-12-27 20:20:20 +0100
committerJoe <rbo@gmx.us>2023-12-27 20:20:20 +0100
commit0fcae013d37048406ebab70e9c9b6cfd124dcf93 (patch)
tree099977e75d6d30aec37526bf58e5cc9d7029f6e0 /c_defs.go
parentfuck (diff)
downloadhardflip-0fcae013d37048406ebab70e9c9b6cfd124dcf93.tar.gz
hardflip-0fcae013d37048406ebab70e9c9b6cfd124dcf93.tar.bz2
hardflip-0fcae013d37048406ebab70e9c9b6cfd124dcf93.tar.xz
hardflip-0fcae013d37048406ebab70e9c9b6cfd124dcf93.tar.zst
hardflip-0fcae013d37048406ebab70e9c9b6cfd124dcf93.zip
def
Diffstat (limited to 'c_defs.go')
-rw-r--r--c_defs.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/c_defs.go b/c_defs.go
index b7e2cee..4f57145 100644
--- a/c_defs.go
+++ b/c_defs.go
@@ -56,6 +56,7 @@ const (
[x](e)dit -
(D)elete -
[x](s)earch -
+[x](m)kdir -
(c-r) reload -
[x](?) help`
DATA_DIR_NAME = "hardflip"
@@ -64,6 +65,6 @@ const (
)
var (
-HOST_ICONS = [2]string{"  ", "  "}
-DIRS_ICONS = [2]string{"  ", "  "}
+ HOST_ICONS = [2]string{"  ", "  "}
+ DIRS_ICONS = [2]string{"  ", "  "}
)