aboutsummaryrefslogtreecommitdiffstats
path: root/src/c_defs.go
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-04-25 20:20:20 +0200
committerJoe <rbo@gmx.us>2024-04-25 20:20:20 +0200
commit80e1dc0b0b8a358a1a9a04802d37ef55821e0ed9 (patch)
tree8be2d2ab57e42fae8335717e2cebea933e8dfa43 /src/c_defs.go
parentmove was fast too (diff)
downloadhardflip-80e1dc0b0b8a358a1a9a04802d37ef55821e0ed9.tar.gz
hardflip-80e1dc0b0b8a358a1a9a04802d37ef55821e0ed9.tar.bz2
hardflip-80e1dc0b0b8a358a1a9a04802d37ef55821e0ed9.tar.xz
hardflip-80e1dc0b0b8a358a1a9a04802d37ef55821e0ed9.tar.zst
hardflip-80e1dc0b0b8a358a1a9a04802d37ef55821e0ed9.zip
red
Diffstat (limited to 'src/c_defs.go')
-rw-r--r--src/c_defs.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/c_defs.go b/src/c_defs.go
index 3e61fff..f16abaa 100644
--- a/src/c_defs.go
+++ b/src/c_defs.go
@@ -104,7 +104,8 @@ const (
TITLE_STYLE
BOT_STYLE
YANK_STYLE
- MAX_STYLE = YANK_STYLE
+ MOVE_STYLE
+ MAX_STYLE = MOVE_STYLE
)
const (