summaryrefslogtreecommitdiff
path: root/src/tofi.h
diff options
context:
space:
mode:
authorPhil Jones <philj56@gmail.com>2022-12-01 20:24:35 +0000
committerPhil Jones <philj56@gmail.com>2022-12-01 20:24:35 +0000
commitfff5211d2776185348d6b813f2a16cedd5f485d0 (patch)
tree2a4c7f38491e3168c14db4c6fc633210950cbd04 /src/tofi.h
parentdd36bf1c53216e1828d136cb735d65816575571f (diff)
Add --ascii-input option.
Diffstat (limited to 'src/tofi.h')
-rw-r--r--src/tofi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tofi.h b/src/tofi.h
index b7437a1..547b4ed 100644
--- a/src/tofi.h
+++ b/src/tofi.h
@@ -86,6 +86,7 @@ struct tofi {
/* Options */
uint32_t anchor;
+ bool ascii_input;
bool hide_cursor;
bool use_history;
bool use_scale;