added "more" command
[unix-history] / usr / src / usr.bin / window / wwdata.c
index 915b681..d4219fb 100644 (file)
@@ -1,27 +1,14 @@
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)wwdata.c    3.1 83/08/09";
+static char sccsid[] = "@(#)wwdata.c   3.14 %G%";
 #endif
 
 #endif
 
-#include "ww.h"
-
-struct ww wwhead = {
-       &wwhead, &wwhead
-};
+/*
+ * Copyright (c) 1983 Regents of the University of California,
+ * All rights reserved.  Redistribution permitted subject to
+ * the terms of the Berkeley Software License Agreement.
+ */
 
 
-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_generic();
-struct tt_tab tt_tab[] = {
-       { "h19", 3, tt_h19 },
-       { "generic", 0, tt_generic },
-       0
-};
+#include "ww.h"
 
 int wwbaudmap[] = {
        0,
 
 int wwbaudmap[] = {
        0,