compile with -R
[unix-history] / usr / src / usr.bin / window / wwdata.c
index 915b681..2530878 100644 (file)
@@ -1,25 +1,17 @@
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)wwdata.c    3.1 83/08/09";
+static char *sccsid = "@(#)wwdata.c    3.10 84/03/23";
 #endif
 
 #include "ww.h"
 #endif
 
 #include "ww.h"
-
-struct ww wwhead = {
-       &wwhead, &wwhead
-};
-
-struct ww_tty wwnewtty = {
-       { 0, 0, -1, -1, 0 },
-       { -1, -1, -1, -1, -1, -1 },
-       { -1, -1, -1, -1, -1, -1 },
-       0, 0, 0
-};
+#include "tt.h"
 
 int tt_h19();
 
 int tt_h19();
+int tt_f100();
 int tt_generic();
 struct tt_tab tt_tab[] = {
 int tt_generic();
 struct tt_tab tt_tab[] = {
-       { "h19", 3, tt_h19 },
-       { "generic", 0, tt_generic },
+       { "h19",        3, tt_h19 },
+       { "f100",       4, tt_f100 },
+       { "generic",    0, tt_generic },
        0
 };
 
        0
 };