[BACK]Return to windowrc CVS log [TXT][DIR] Up to [local] / src / usr.bin / window

Diff for /src/usr.bin/window/Attic/windowrc between version 1.3 and 1.4

version 1.3, 1997/02/25 00:04:35 version 1.4, 2002/05/06 23:34:33
Line 74 
Line 74 
                 "l = sysline, pty = no, frame = no, sh = sysline \\-w), 1;" \                  "l = sysline, pty = no, frame = no, sh = sysline \\-w), 1;" \
         "select $_; unset _"          "select $_; unset _"
 #  #
 # Rlogin  # SSH
 #  #
 alias rlogin "window r = $three_fourth, l = $1, pty = no, mapnl = no," \  alias ssh "window r = $three_fourth, l = $1, pty = no, mapnl = no," \
         "sh = sh \\-c 'echo $TERMCAP | rsh ' + $1 + ' \\'cat > .TERMCAP\\' ;" \          "sh = sh \\-c 'echo $TERMCAP | rsh ' + $1 + ' \\'cat > .TERMCAP\\' ;" \
         "exec rlogin ' + $1"          "exec ssh ' + $1"
 alias rl rlogin \$1  
 #  #
 # Two equal windows  # Two equal windows
 #  #

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4