summaryrefslogtreecommitdiff
path: root/src/choices.h
diff options
context:
space:
mode:
authorAshkan Kiani <ashkan.k.kiani@gmail.com>2019-05-03 03:30:13 -0700
committerJohn Hawthorn <john@hawthorn.email>2019-08-16 01:05:01 -0700
commitc4524ae7aaa85f1569d6be1a8538b3650bc06f89 (patch)
tree326bc7c96be446cba02b99f7dad3e6b9e08aad39 /src/choices.h
parenta318e00e30df4056c78ff4edf38376feb4d57dab (diff)
Add ability to use null as input delimiter.
Update tty to print newline as space Add tty_putc
Diffstat (limited to 'src/choices.h')
-rw-r--r--src/choices.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/choices.h b/src/choices.h
index e8a598b..c2bbcd9 100644
--- a/src/choices.h
+++ b/src/choices.h
@@ -25,6 +25,7 @@ typedef struct {
size_t selection;
unsigned int worker_count;
+ char input_delimiter;
} choices_t;
void choices_init(choices_t *c, options_t *options);