diff options
author | Lorry Tar Creator <lorry-tar-importer@lorry> | 2021-10-20 23:22:45 +0000 |
---|---|---|
committer | Lorry Tar Creator <lorry-tar-importer@lorry> | 2021-10-20 23:22:45 +0000 |
commit | 332fa27640b1901ac632e6d37a4aa9643d0f8594 (patch) | |
tree | bfb5303e24d1cd4ddd22df12f45a013fefb9ca23 /test/filter.c | |
parent | ff448436b2b70771d09b8d5ff34a509dcf02f81b (diff) | |
download | ncurses-master.tar.gz |
ncurses-6.3HEADncurses-6.3master
Diffstat (limited to 'test/filter.c')
-rw-r--r-- | test/filter.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/filter.c b/test/filter.c index 1ecf281..6cd9206 100644 --- a/test/filter.c +++ b/test/filter.c @@ -30,7 +30,7 @@ /* * Author: Thomas E. Dickey 1998 * - * $Id: filter.c,v 1.34 2020/02/02 23:34:34 tom Exp $ + * $Id: filter.c,v 1.35 2020/07/25 22:40:57 tom Exp $ * * An example of the 'filter()' function in ncurses, this program prompts * for commands and executes them (like a command shell). It illustrates @@ -42,6 +42,7 @@ * reset_shell_mode() and reset_prog_mode() functions, we could invoke endwin() * and refresh(), but that does not work any better. */ +#define NEED_KEY_EVENT #include <test.priv.h> #if HAVE_FILTER |