gratuitous stylistic change
[unix-history] / usr / src / usr.bin / window / startup.c
index 3a7a10e..a26cc32 100644 (file)
@@ -16,7 +16,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)startup.c  3.21 (Berkeley) %G%";
+static char sccsid[] = "@(#)startup.c  3.22 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "defs.h"
 #endif /* not lint */
 
 #include "defs.h"
@@ -47,11 +47,11 @@ dodefault()
        struct ww *w;
        register r = wwnrow / 2 - 1;
 
        struct ww *w;
        register r = wwnrow / 2 - 1;
 
-       if (openwin(1, r + 2, 0, wwnrow - r - 2, wwncol, nbufline,
-                               (char *) 0, 1, 1, shellfile, shell) == 0)
+       if (openwin(1, r + 2, 0, wwnrow - r - 2, wwncol, default_nline,
+               (char *) 0, 1, 1, default_shellfile, default_shell) == 0)
                return;
                return;
-       if ((w = openwin(0, 1, 0, r, wwncol, nbufline,
-                               (char *) 0, 1, 1, shellfile, shell)) == 0)
+       if ((w = openwin(0, 1, 0, r, wwncol, default_nline,
+               (char *) 0, 1, 1, default_shellfile, default_shell)) == 0)
                return;
        wwprintf(w, "Escape character is %s.\r\n", unctrl(escapec));
 }
                return;
        wwprintf(w, "Escape character is %s.\r\n", unctrl(escapec));
 }