aboutsummaryrefslogtreecommitdiffstats
path: root/c_defs.go
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2023-12-20 20:20:20 +0100
committerJoe <rbo@gmx.us>2023-12-20 20:20:20 +0100
commitb85ff5ba517f29928eeb35a0ffe10bcd7ba4309b (patch)
tree3cb593a6cdc905860fc4241d2d93b49389f1ed70 /c_defs.go
parentrefactor (diff)
downloadhardflip-b85ff5ba517f29928eeb35a0ffe10bcd7ba4309b.tar.gz
hardflip-b85ff5ba517f29928eeb35a0ffe10bcd7ba4309b.tar.bz2
hardflip-b85ff5ba517f29928eeb35a0ffe10bcd7ba4309b.tar.xz
hardflip-b85ff5ba517f29928eeb35a0ffe10bcd7ba4309b.tar.zst
hardflip-b85ff5ba517f29928eeb35a0ffe10bcd7ba4309b.zip
in progress
Diffstat (limited to 'c_defs.go')
-rw-r--r--c_defs.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/c_defs.go b/c_defs.go
index 9b6d1f5..78daf3c 100644
--- a/c_defs.go
+++ b/c_defs.go
@@ -59,4 +59,6 @@ const (
(c-r) reload -
[x](?) help`
DATA_DIR_NAME = "hardflip"
+ NORMAL_MODE = 0
+ DELETE_MODE = 1
)