aboutsummaryrefslogtreecommitdiffstats
path: root/src/c_defs.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-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{" ", " "}