optimization for normal masks requires keeping ptr to associated leaf,
[unix-history] / usr / src / usr.bin / window / wwdata.c
index 345a967..5427a10 100644 (file)
@@ -1,47 +1,13 @@
-#ifndef lint
-static char *sccsid = "@(#)wwdata.c    3.9 84/03/03";
-#endif
-
-#include "ww.h"
-#include "tt.h"
-
-struct ww wwhead = {
-       &wwhead, &wwhead
-};
+/*
+ * Copyright (c) 1983, 1993
+ *     The Regents of the University of California.  All rights reserved.
+ *
+ * This code is derived from software contributed to Berkeley by
+ * Edward Wang at The University of California, Berkeley.
+ *
+ * %sccs.include.redist.c%
+ */
 
 
-struct ww_tty wwnewtty = {
-       { 0, 0, -1, -1, 0 },
-       { -1, -1, -1, -1, -1, -1 },
-       { -1, -1, -1, -1, -1, -1 },
-       0, 0, 0
-};
-
-int tt_h19();
-int tt_f100();
-int tt_generic();
-struct tt_tab tt_tab[] = {
-       { "h19",        3, tt_h19 },
-       { "f100",       4, tt_f100 },
-       { "generic",    0, tt_generic },
-       0
-};
-char *tt_strp = tt_strings;
-
-int wwbaudmap[] = {
-       0,
-       50,
-       75,
-       110,
-       134,
-       150,
-       200,
-       300,
-       600,
-       1200,
-       1800,
-       2400,
-       4800,
-       9600,
-       19200,
-       38400
-};
+#ifndef lint
+static char sccsid[] = "@(#)wwdata.c   8.1 (Berkeley) %G%";
+#endif /* not lint */