BSD 4_3_Tahoe release
[unix-history] / usr / src / usr.bin / tip / cmdtab.c
index e66b35a..d368ecb 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)cmdtab.c   5.3 (Berkeley) 5/5/86";
+static char sccsid[] = "@(#)cmdtab.c   5.4 (Berkeley) 12/22/87";
 #endif not lint
 
 #include "tip.h"
 #endif not lint
 
 #include "tip.h"
@@ -27,9 +27,9 @@ esctable_t etable[] = {
 #endif
        { 'c',  NORM,   "change directory",              chdirectory },
        { '.',  NORM,   "exit from tip",                 finish },
 #endif
        { 'c',  NORM,   "change directory",              chdirectory },
        { '.',  NORM,   "exit from tip",                 finish },
-       {CTRL(d),NORM,  "exit from tip",                 finish },
-       {CTRL(y),NORM,  "suspend tip (local+remote)",    suspend },
-       {CTRL(z),NORM,  "suspend tip (local only)",      suspend },
+       {CTRL('d'),NORM,"exit from tip",                 finish },
+       {CTRL('y'),NORM,"suspend tip (local+remote)",    suspend },
+       {CTRL('z'),NORM,"suspend tip (local only)",      suspend },
        { 's',  NORM,   "set variable",                  variable },
        { '?',  NORM,   "get this summary",              help },
        { '#',  NORM,   "send break",                    genbrk },
        { 's',  NORM,   "set variable",                  variable },
        { '?',  NORM,   "get this summary",              help },
        { '#',  NORM,   "send break",                    genbrk },