aboutsummaryrefslogtreecommitdiffstats
path: root/src/c_defs.go
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-01-23 20:20:20 +0100
committerJoe <rbo@gmx.us>2024-01-23 20:20:20 +0100
commit559281aa9c0a649925587f65e420c530733b5a24 (patch)
tree2119267078dcea7883d299ec5c6182101595bfac /src/c_defs.go
parentbetter org (diff)
downloadhardflip-559281aa9c0a649925587f65e420c530733b5a24.tar.gz
hardflip-559281aa9c0a649925587f65e420c530733b5a24.tar.bz2
hardflip-559281aa9c0a649925587f65e420c530733b5a24.tar.xz
hardflip-559281aa9c0a649925587f65e420c530733b5a24.tar.zst
hardflip-559281aa9c0a649925587f65e420c530733b5a24.zip
alright
Diffstat (limited to 'src/c_defs.go')
-rw-r--r--src/c_defs.go10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/c_defs.go b/src/c_defs.go
index 4145613..c248466 100644
--- a/src/c_defs.go
+++ b/src/c_defs.go
@@ -78,6 +78,16 @@ const (
ERROR_MODE = 3
)
+const (
+ DEF_STYLE = 0
+ DIR_STYLE = 1
+ BOX_STYLE = 2
+ HEAD_STYLE = 3
+ ERR_STYLE = 4
+ TITLE_STYLE = 5
+ SEL_STYLE = 6
+)
+
var (
HOST_ICONS = [2]string{" ", " "}
DIRS_ICONS = [2]string{" ", " "}