diff options
| author | Jakob Kaivo <jkk@ung.org> | 2019-02-21 21:02:19 -0500 |
|---|---|---|
| committer | Jakob Kaivo <jkk@ung.org> | 2019-02-21 21:02:19 -0500 |
| commit | 0b7a5126aed5b881ec48a7d82319917dcd74bbbb (patch) | |
| tree | 10e190e2e14298f8a451c863887bb70a9aecf17a /src/term/cur_term.c | |
| parent | a40bbaf27d592e053789a53740ef0509a77d9246 (diff) | |
add symbols from <term.h>
Diffstat (limited to 'src/term/cur_term.c')
| -rw-r--r-- | src/term/cur_term.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/term/cur_term.c b/src/term/cur_term.c new file mode 100644 index 00000000..4e264831 --- /dev/null +++ b/src/term/cur_term.c @@ -0,0 +1,8 @@ +#include <term.h> + +TERMINAL * cur_term; + +/* +XOPEN(400) +LINK(curses) +*/ |
