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
commitf919c5170bfb43aff48050331fd3054c8de52fa9 (patch)
treee9f0e6d8796189d146dd2133f331b93509dd958d /torus.h
parentImplement I, directional insert (diff)
downloadtorus-f919c5170bfb43aff48050331fd3054c8de52fa9.tar.gz
torus-f919c5170bfb43aff48050331fd3054c8de52fa9.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 1bbb43a..194f227 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;