Changes between Version 14 and Version 15 of 256Colors


Ignore:
Timestamp:
Feb 20, 2012, 2:06:04 AM (12 years ago)
Author:
andersk@mit.edu
Comment:

termcapinfo xterm is not recommended

Legend:

Unmodified
Added
Removed
Modified
  • 256Colors

    v14 v15  
    1717term screen-256color-bce
    1818}}}
    19 (If for some reason you do not want to set your outer `TERM` to `xterm-256color`, you can teach screen how to use 256 colors anyway by [http://frexx.de/xterm-256-notes/ adding]: `termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'`)
     19(If for some reason you do not want to set your outer `TERM` to `xterm-256color`, you can teach screen how to use 256 colors anyway by [http://frexx.de/xterm-256-notes/ adding]: `termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'`.  This is not recommended because it will break 16-color terminals that advertise `TERM=xterm`.)
    2020
    2121For older platforms, the `barnowl` locker may have a newer `screen` under the name of `screen-256color`; `/mit/barnowl/etc/screenrc` includes the aforementioned additions.