about summary refs log tree commit diff homepage
path: root/torus.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-08-23 15:33:56 -0400
committerJune McEnroe <june@causal.agency>2018-08-23 15:33:56 -0400
commit97216e7486e887e640f3c3a1b713278d7e97e15c (patch)
tree8263d5eb85152c1ae9f37398344fa3bc27e06e03 /torus.h
parentImplement I, directional insert (diff)
downloadtorus-97216e7486e887e640f3c3a1b713278d7e97e15c.tar.gz
torus-97216e7486e887e640f3c3a1b713278d7e97e15c.zip
Add g for flip
Diffstat (limited to 'torus.h')
-rw-r--r--torus.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/torus.h b/torus.h
index 53e469c..818f009 100644
--- a/torus.h
+++ b/torus.h
@@ -140,6 +140,7 @@ static const uint8_t CURSOR_NONE = UINT8_MAX;
 struct ClientMessage {
 	enum {
 		CLIENT_MOVE,
+		CLIENT_FLIP,
 		CLIENT_PUT,
 		CLIENT_MAP,
 	} type;