Add define for Kirk Smith's USR Courier driver. Change default baud
[unix-history] / usr / src / usr.bin / window / defs.h
index ff8730f..4e280ee 100644 (file)
@@ -1,5 +1,11 @@
 /*
 /*
- *     @(#)defs.h      3.13 84/04/05   
+ * @(#)defs.h  3.16 %G%        
+ */
+
+/*
+ * Copyright (c) 1983 Regents of the University of California,
+ * All rights reserved.  Redistribution permitted subject to
+ * the terms of the Berkeley Software License Agreement.
  */
 
 #include "ww.h"
  */
 
 #include "ww.h"
@@ -19,8 +25,8 @@ struct ww *fgwin;             /* the last foreground window */
 
 #define isfg(w)                ((w)->ww_order <= fgwin->ww_order)
 
 
 #define isfg(w)                ((w)->ww_order <= fgwin->ww_order)
 
-char *shell;                   /* the shell program */
-char *shellname;               /* the shell program name (for argv[0]) */
+char *shell[128];              /* the shell argv */
+char *shellfile;               /* the shell program */
 int nbufline;                  /* default buffer size for new windows */
 char escapec;                  /* the escape character */
 
 int nbufline;                  /* default buffer size for new windows */
 char escapec;                  /* the escape character */