Re: GNU screen not redrawing properly

2011-06-16 Thread Andrew Schulman
> On 14 June 2011 13:12, Eric Pruitt wrote: > > Outside of screen, TERM=xterm. Inside of screen, well here is the relevant > > line from my bashrc; my screenrc doesn't have anything that would affect > > colors: > > > >    TERM=screen-256color GNU_SCREEN="active" screen -a -A -RR -T "$TERM" && \ >

Re: GNU screen not redrawing properly

2011-06-14 Thread Eric Pruitt
On Tue, Jun 14, 2011 at 01:32:39PM +0100, Andy Koppe wrote: > Ah, this invokes screen itself with TERM=screen-256color, which tells > it to talk to the outside terminal as if that's another screen, which > is wrong. You want to be invoking it with TERM=xterm-256color instead > (which can be selecte

Re: GNU screen not redrawing properly

2011-06-14 Thread Andy Koppe
On 14 June 2011 13:12, Eric Pruitt wrote: > Outside of screen, TERM=xterm. Inside of screen, well here is the relevant > line from my bashrc; my screenrc doesn't have anything that would affect > colors: > >    TERM=screen-256color GNU_SCREEN="active" screen -a -A -RR -T "$TERM" && \ >        scree

Re: GNU screen not redrawing properly

2011-06-14 Thread Andy Koppe
On 14 June 2011 00:44, Eric Pruitt wrote: > On Mon, Jun 13, 2011 at 07:23:34PM -0400, Chris Sutcliffe wrote: >> On 13 June 2011 17:53, Eric Pruitt wrote: >> > When switching windows on GNU screen, the background on any unoccupied text >> > cells fails to be redrawn for curses applications; see >> >

Re: GNU screen not redrawing properly

2011-06-13 Thread Eric Pruitt
On Mon, Jun 13, 2011 at 07:23:34PM -0400, Chris Sutcliffe wrote: > On 13 June 2011 17:53, Eric Pruitt wrote: > > When switching windows on GNU screen, the background on any unoccupied text > > cells fails to be redrawn for curses applications; see > > . I am using scre

Re: GNU screen not redrawing properly

2011-06-13 Thread Chris Sutcliffe
On 13 June 2011 17:53, Eric Pruitt wrote: > When switching windows on GNU screen, the background on any unoccupied text > cells fails to be redrawn for curses applications; see > . I am using screen version 4.00.03, mutt > version 1.5.20, Vim 7.3, and mintty 0.9.9-1 on