Changes between Version 11 and Version 12 of 256Colors


Ignore:
Timestamp:
Sep 19, 2011, 4:50:21 PM (13 years ago)
Author:
andersk@mit.edu
Comment:

Syntax highlighting

Legend:

Unmodified
Added
Removed
Modified
  • 256Colors

    v11 v12  
    33Outside of screen, your `TERM` environment variable must be set to `xterm-256color` instead of `xterm`.  If you're running BarnOwl out of the locker, the `barnowl-256color` wrapper sets this for you.  But to get 256 color support for all programs, put something like this in your `~/.bashrc`:
    44{{{
     5#!sh
    56case "$TERM" in
    67    xterm) TERM=xterm-256color;;
     
    2425Debian has a bug that prevents underlining from working in `screen-256color`.  To fix it, run
    2526{{{
     27#!sh
    2628tic /dev/stdin <<EOF
    2729screen-256color|GNU Screen with 256 colors,