Changes between Version 4 and Version 5 of Ticket #2647, comment 7


Ignore:
Timestamp:
10/29/11 04:00:11 (13 years ago)
Author:
god12
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2647, comment 7

    v4 v5  
    2727- install rxvt-unicode, ncurses-term, mc 4.8.0 (.deb from repo) 
    2828- use .screenrc from this bug report 
    29 - open terminal (`urxvtcd`) and run screen in it, than: 
     29- open terminal (`urxvtcd`) and run screen in it, then: 
    3030-- run `mc` (Setup 2) 
    3131-- run `TERM=rxvt-256color mc` (Setup 3) 
     
    3737Env. variables inside screen (automatically set by screen): 
    3838COLORTERM=rxvt-xpm 
     39{{{ 
    3940TERMCAP=SC|screen-256color|VT 100/ANSI X3.64 virtual terminal:\ 
    4041        :DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:bs:bt=\E[Z:\ 
     
    6061        :@1=\E[1~:kH=\E[4~:@7=\E[4~:kN=\E[6~:kP=\E[5~:kI=\E[2~:\ 
    6162        :kD=\E[3~:ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD: 
    62  
     63}}} 
    6364Outside screen: $COLORTERM is the same, $TERMCAP is unset. 
    6465