On Mon, Oct 12, 2009 at 01:14:49PM +0200, Karl Ferdinand Ebert wrote: > I could reproduce this behaviour but not the issue with mutt. Could you give > more detail on mutt's screen-corruption?
My problem was that with TERM=xterm-256color inside tmux, mutt would draw rows at the wrong place as you scrolled through the message list. However, I first observed this behaviour with tmux 0.8; it doesn't seem to be a problem with 1.0. tmux isn't quite compatible with TERM=xterm-256color, though. xterm implements 'background color erase', which means that the following command paints the entire terminal green: tput setab 2; tput clear tmux doesn't support 'background color erase', which means that the above command results in a terminal in the default colours. This shows up in mutt in the very first line, where keyboard shortcuts are displayed - if this line has a background colour, and TERM=xterm-256color (or any color xterm variant) the background colour extends all the way across the window in screen and gnome-terminal, while in tmux the background-color stops at the right-most text on the line. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org