diff options
author | FreeArtMan <dos21h@gmail.com> | 2015-05-16 19:22:46 +0900 |
---|---|---|
committer | FreeArtMan <dos21h@gmail.com> | 2015-05-16 19:22:46 +0900 |
commit | 5e5e5b1cbcb98eda7e0c52a367c66b944b480eda (patch) | |
tree | a1f474aae55cfcfe50388e06c13687279b11a4be /libterm/term.h | |
parent | f1fb9827faec228246062f2cd8e38f0dd3338e3a (diff) | |
download | microbbs-5e5e5b1cbcb98eda7e0c52a367c66b944b480eda.tar.gz microbbs-5e5e5b1cbcb98eda7e0c52a367c66b944b480eda.zip |
Added default config file loading. Add functionality for bbs todo file.
Diffstat (limited to 'libterm/term.h')
-rw-r--r-- | libterm/term.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libterm/term.h b/libterm/term.h index 878cda4..51af31d 100644 --- a/libterm/term.h +++ b/libterm/term.h @@ -12,13 +12,10 @@ #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 */ |