Changes between Version 14 and Version 15 of 256Colors
- Timestamp:
- Feb 20, 2012, 2:06:04 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
256Colors
v14 v15 17 17 term screen-256color-bce 18 18 }}} 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`.) 20 20 21 21 For older platforms, the `barnowl` locker may have a newer `screen` under the name of `screen-256color`; `/mit/barnowl/etc/screenrc` includes the aforementioned additions.