summaryrefslogtreecommitdiff
path: root/src/options.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/options.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/options.h')
-rw-r--r--src/options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/options.h b/src/options.h
index 01a43fd..7113ccf 100644
--- a/src/options.h
+++ b/src/options.h
@@ -11,6 +11,7 @@ typedef struct {
unsigned int scrolloff;
const char *prompt;
unsigned int workers;
+ int read_null;
} options_t;
void options_init(options_t *options);