aboutsummaryrefslogtreecommitdiffstats
path: root/src/c_defs.go
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-03-01 20:20:20 +0100
committerJoe <rbo@gmx.us>2024-03-01 20:20:20 +0100
commit721d2697f777c5d8050f37f735a9b74eb69555b8 (patch)
tree041dafee9751de4ef98c33bc723347afcc697aaf /src/c_defs.go
parentfuckye (diff)
downloadhardflip-721d2697f777c5d8050f37f735a9b74eb69555b8.tar.gz
hardflip-721d2697f777c5d8050f37f735a9b74eb69555b8.tar.bz2
hardflip-721d2697f777c5d8050f37f735a9b74eb69555b8.tar.xz
hardflip-721d2697f777c5d8050f37f735a9b74eb69555b8.tar.zst
hardflip-721d2697f777c5d8050f37f735a9b74eb69555b8.zip
commit
Diffstat (limited to 'src/c_defs.go')
-rw-r--r--src/c_defs.go14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/c_defs.go b/src/c_defs.go
index 1385a4c..cc4c264 100644
--- a/src/c_defs.go
+++ b/src/c_defs.go
@@ -85,13 +85,13 @@ const (
H = 1
ERROR_MSG = 0
ERROR_ERR = 1
- STYLE_DEF = 0
- STYLE_DIR = 1
- STYLE_BOX = 2
- STYLE_HEAD = 3
- STYLE_ERR = 4
- STYLE_TITLE = 5
- STYLE_BOT = 6
+ DEF_STYLE = 0
+ DIR_STYLE = 1
+ BOX_STYLE = 2
+ HEAD_STYLE = 3
+ ERR_STYLE = 4
+ TITLE_STYLE = 5
+ BOT_STYLE = 6
)
const (