diff options
author | ache <ache@FreeBSD.org> | 1994-10-07 08:58:58 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1994-10-07 08:58:58 +0000 |
commit | a80c0624fbd8bd1c784b0b5b7a0fd20b09d317b9 (patch) | |
tree | 4a94ca97fb2fc2fdc1fcdd522a66e39c6e763138 /lib/libncurses/nterm.h | |
download | FreeBSD-src-a80c0624fbd8bd1c784b0b5b7a0fd20b09d317b9.zip FreeBSD-src-a80c0624fbd8bd1c784b0b5b7a0fd20b09d317b9.tar.gz |
Moved from ports with several enhancements
Diffstat (limited to 'lib/libncurses/nterm.h')
-rw-r--r-- | lib/libncurses/nterm.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/libncurses/nterm.h b/lib/libncurses/nterm.h new file mode 100644 index 0000000..bcbf315 --- /dev/null +++ b/lib/libncurses/nterm.h @@ -0,0 +1,6 @@ +/* libmytinfo must be installed first */ +#include <term.h> +#define Filedes fd +#define Ottyb shell_mode +#define Nttyb prog_mode +#define TTY struct termios |