Package: tmux
Version: 1.0-1
Severity: normal

In /usr/share/doc/tmux/FAQ.gz, it is suggested that to get 256 color
terminal support all one needs to do is to set the default $TERM to
"screen-256color" and everything will Just Work; it seems this is not
actually the case.

Inside GNU screen, running the following command:

    TERM=screen-256color tput setaf 10; echo hello

...yields the text "hello" in lime green. Inside tmux, the same command
yields the text "hello" in the default terminal foreground color.

Meanwhile, the following command *does* work as expected inside tmux:

    TERM=xterm-256color tput setaf 10; echo hello

...but leaving TERM set to xterm-256color seems to have unfortunate
screen-corruption side-effects with mutt, so it's not really a useful
workaround.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-1-686 (SMP w/1 CPU core)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages tmux depends on:
ii  libc6                     2.9-25         GNU C Library: Shared libraries
ii  libncurses5               5.7+20090803-2 shared libraries for terminal hand

tmux recommends no packages.

tmux suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to