aboutsummaryrefslogtreecommitdiff
path: root/state.h
diff options
context:
space:
mode:
authorJack Jamison <jackqjamison@gmail.com>2025-10-18 13:16:02 -0400
committerJack Jamison <jackqjamison@gmail.com>2025-10-18 13:16:02 -0400
commit6cd7b5b05ee32be426d7e010b0c56603d0e228c8 (patch)
tree65b36bd6db774a63de7b86f4eadb647911478629 /state.h
parentacef4398df70b984ad6f2f403b2fa55c72219c73 (diff)
center option
Diffstat (limited to 'state.h')
-rw-r--r--state.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/state.h b/state.h
index 6940d0d..00adbc3 100644
--- a/state.h
+++ b/state.h
@@ -95,6 +95,7 @@ typedef struct {
// arguments
int lines;
bool allow_free_result;
+ bool center;
// state
char* input_buffer;