aboutsummaryrefslogtreecommitdiff
path: root/lib/libmytinfo/term.h
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1994-10-10 00:32:19 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1994-10-10 00:32:19 +0000
commitaf1f5928f10a096e2af737fd5e91bf7b9e217a68 (patch)
treecca0741c56933635d24f4f05fed1f171fb1026ff /lib/libmytinfo/term.h
parent6a5cea9ba269a8fef93f9839d49589717187c9d8 (diff)
downloadsrc-af1f5928f10a096e2af737fd5e91bf7b9e217a68.tar.gz
src-af1f5928f10a096e2af737fd5e91bf7b9e217a68.zip
Merge term.h and nterm.h
Notes
Notes: svn path=/head/; revision=3481
Diffstat (limited to 'lib/libmytinfo/term.h')
-rw-r--r--lib/libmytinfo/term.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/libmytinfo/term.h b/lib/libmytinfo/term.h
index 8386a9fa53ff..a7b2704f9bac 100644
--- a/lib/libmytinfo/term.h
+++ b/lib/libmytinfo/term.h
@@ -655,4 +655,10 @@ extern char *strnames[], *strcodes[], *strfnames[];
#define ERR (-1)
#endif
+/* Compatibility */
+#define Filedes fd
+#define Ottyb shell_mode
+#define Nttyb prog_mode
+#define TTY struct termios
+
#endif /* _TERM_H_ */