[BACK]Return to cmdtab.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tip

Diff for /src/usr.bin/tip/Attic/cmdtab.c between version 1.9 and 1.10

version 1.9, 2009/12/12 18:14:00 version 1.10, 2010/06/29 16:44:38
Line 40 
Line 40 
         { 'p',          "put file to remote UNIX",              cu_put },          { 'p',          "put file to remote UNIX",              cu_put },
         { '|',          "pipe remote file",                     pipefile },          { '|',          "pipe remote file",                     pipefile },
         { '$',          "pipe local command to remote host",    pipeout },          { '$',          "pipe local command to remote host",    pipeout },
 #ifdef CONNECT  
         { 'C',          "connect program to remote host",       consh },          { 'C',          "connect program to remote host",       consh },
 #endif  
         { 'c',          "change directory",                     chdirectory },          { 'c',          "change directory",                     chdirectory },
         { '.',          "exit from tip",                        finish },          { '.',          "exit from tip",                        finish },
         { CTRL('d'),    "exit from tip",                        finish },          { CTRL('d'),    "exit from tip",                        finish },

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10