Re: Tmux window list failing to redraw

2013-06-19 Thread Jack O'Connor
I override $TERM to be "xterm-256color" outside of tmux and "screen-256color" inside. I'll play around with plain old xterm for a while and see if it repros. On Sun, Jun 16, 2013 at 2:46 AM, Nicholas Marriott < nicholas.marri...@gmail.com> wrote: > So long as you set screen-256color inside tmux

Re: Tmux window list failing to redraw

2013-06-19 Thread Jack O'Connor
Tmux 1.8-1 on Arch, the latest package there. Running in gnome-terminal in gnome 3.8. I always close windows with just Ctrl-D in the shell. I'm able to repro this even after I delete my conf file, so I don't suspect any of my local settings. I've found that I need to "export TERM=screen-256color"

Re: Tmux window list failing to redraw

2013-06-18 Thread Jack O'Connor
Konsole actually doesn't repro, and neither did urxvt. So only gnome-terminal and xfce4-terminal. I've confirmed the repro even after nuking my tmux *and* shell config files, so I expect anyone running tmux and gnome on Arch should be able to repro. On Mon, Jun 17, 2013 at 12:42 PM, Jack O'Connor

Re: Tmux window list failing to redraw

2013-06-17 Thread Jack O'Connor
I've been using urxvt for a while, and I'm not able to repro the problem. It does repro in gnome-terminal and xfce4-terminal. Maybe I'll try konsole :) On Sun, Jun 16, 2013 at 2:42 PM, Jack O'Connor wrote: > I override $TERM to be "xterm-256color" outside of tmux and > "screen-256color" inside.

Re: Tmux window list failing to redraw

2013-06-16 Thread Nicholas Marriott
So long as you set screen-256color inside tmux and not outside it should be fine. What is TERM outside tmux? Does this happen in xterm? gnome-terminal has had a few redraw bugs in the past. On Fri, Jun 14, 2013 at 04:00:47PM -0700, Jack O'Connor wrote: >Tmux 1.8-1 on Arch, the latest packag

Re: Tmux window list failing to redraw

2013-06-14 Thread Nicholas Marriott
Never seen that before, what tmux version? How do you close windows? On Wed, Jun 12, 2013 at 03:21:14PM -0700, Jack O'Connor wrote: >Are there any known problems with tmux's window list failing to redraw, >particularly after closing a window? I often (but not every time) find >that wh