default_smooth and default_shell need 10 characters not 9
authorEdward Wang <edward@ucbvax.Berkeley.EDU>
Sat, 6 Aug 1988 05:14:57 +0000 (21:14 -0800)
committerEdward Wang <edward@ucbvax.Berkeley.EDU>
Sat, 6 Aug 1988 05:14:57 +0000 (21:14 -0800)
SCCS-vsn: usr.bin/window/lcmd.c 3.31

usr/src/usr.bin/window/lcmd.c

index 9eb8aa3..4e54a7d 100644 (file)
@@ -16,7 +16,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)lcmd.c     3.30 (Berkeley) %G%";
+static char sccsid[] = "@(#)lcmd.c     3.31 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "defs.h"
 #endif /* not lint */
 
 #include "defs.h"
@@ -75,8 +75,8 @@ struct lcmd_tab lcmd_tab[] = {
        "cursormodes",          2,      l_cursormodes,  arg_cursormodes,
        "debug",                1,      l_debug,        arg_debug,
        "default_nlines",       9,      l_def_nline,    arg_def_nline,
        "cursormodes",          2,      l_cursormodes,  arg_cursormodes,
        "debug",                1,      l_debug,        arg_debug,
        "default_nlines",       9,      l_def_nline,    arg_def_nline,
-       "default_shell",        9,      l_def_shell,    arg_def_shell,
-       "default_smooth",       9,      l_def_smooth,   arg_def_smooth,
+       "default_shell",        10,     l_def_shell,    arg_def_shell,
+       "default_smooth",       10,     l_def_smooth,   arg_def_smooth,
        "echo",                 2,      l_echo,         arg_echo,
        "escape",               2,      l_escape,       arg_escape,
        "foreground",           1,      l_foreground,   arg_foreground,
        "echo",                 2,      l_echo,         arg_echo,
        "escape",               2,      l_escape,       arg_escape,
        "foreground",           1,      l_foreground,   arg_foreground,