From c4524ae7aaa85f1569d6be1a8538b3650bc06f89 Mon Sep 17 00:00:00 2001 From: Ashkan Kiani Date: Fri, 3 May 2019 03:30:13 -0700 Subject: Add ability to use null as input delimiter. Update tty to print newline as space Add tty_putc --- src/options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/options.h') 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); -- cgit v1.2.3