blob: fae1ae770f29c692f2326bdd7b1a7c9f0310c8dd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ./kterm.h.org Thu Jul 11 22:01:37 1996
+++ ./kterm.h Fri Nov 1 05:22:15 1996
@@ -36,6 +36,7 @@
#define KTERM_KINPUT2 /* Kinput2 protocol */
#define KTERM_COLOR /* color sequence */
#define KTERM_NOTEK /* disables Tektronix emulation */
-#undef KTERM_XAW3D /* Xaw3d -DARROW_SCROLLBAR support */
+#define KTERM_XAW3D /* Xaw3d -DARROW_SCROLLBAR support */
+#define USE_NEXTAWLIB
#endif /* !_KTERM_H_ */
|