From 4138a23d2345eb12cec5e1d5fb530a7acf474da4 Mon Sep 17 00:00:00 2001 From: epoch Date: Thu, 29 Mar 2018 18:21:23 -0500 Subject: added ability to periodically output changed state instead of instantaneously --- src/common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/common.h b/src/common.h index 5e0a197..da34ea2 100644 --- a/src/common.h +++ b/src/common.h @@ -100,6 +100,7 @@ struct global { char headless; char debug;//flag char selected_object[2000];//meh + int periodic_output;//if false, we output commands from keypresses as they're being sent to the command interpreter. if true we output every value amount of time. miliseconds probably. real mmz; struct c3_shape *shape[SHAPES]; int shapes; -- cgit v1.2.3