diff options
Diffstat (limited to 'libterm/term.h')
-rw-r--r-- | libterm/term.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libterm/term.h b/libterm/term.h index 51af31d..878cda4 100644 --- a/libterm/term.h +++ b/libterm/term.h @@ -12,10 +12,13 @@ #include <sys/types.h> #include <sys/ioctl.h> #include <unistd.h> +#include <assert.h> #include "screen_modes.h" #include "debug.h" +#define ASSERT assert + enum TERM_KEY_ACTION { KEY_NULL = 0, /* NULL */ CTRL_A = 1, /* Ctrl+a */ |