Bug#689079: screen: Focus up no longer does the exact opposite of focus [down].

2012-09-29 Thread Eric Pruitt
Hey Axel, On Sat, Sep 29, 2012 at 09:19:26AM +0200, Axel Beckert wrote: > > since I am running into what I believe are TERMCAP related problems > > when resizing the terminal, > > Can you tell me more details about that? Sure, but I will have to follow-up with you up with you on that later today

Bug#689079: screen: Focus up no longer does the exact opposite of focus [down].

2012-09-29 Thread Axel Beckert
Hi Eric, Eric Pruitt wrote: > I think I will end up downgrading :-( > since I am running into what I believe are TERMCAP related problems > when resizing the terminal, Can you tell me more details about that? > but I have attached the script I used to circumvent the issue while > using screen

Bug#689079: screen: Focus up no longer does the exact opposite of focus [down].

2012-09-28 Thread Eric Pruitt
On Fri, Sep 28, 2012 at 07:25:23PM -0500, Eric Pruitt wrote: > That it does, and I can actually use that as work around in the mean time: I > can use a bash script that does a layout dump, counts the number of regions > and > calls "screen -X focus" N-1 times. > > Eric I think I will end up down

Bug#689079: screen: Focus up no longer does the exact opposite of focus [down].

2012-09-28 Thread Eric Pruitt
On Sat, Sep 29, 2012 at 02:14:08AM +0200, Axel Beckert wrote: > > In screen 4.0.3, when my focus was in the top right quadrant, executing > > "focus > > up" would move the focus to the pane on the left > > That sounds like a quite strange and unexpected behaviour to me. > > > but in screen 4.1.0

Bug#689079: screen: Focus up no longer does the exact opposite of focus [down].

2012-09-28 Thread Axel Beckert
Hi Eric, Eric Pruitt wrote: > I often use the following screen layout: > > ~% screen -X layout dump > ~% cat layout-dump > split -v > focus > split > focus > focus > > In ASCII diagram form: > ___ ___ >| | | >| |---| >|___|___| > > In screen 4.0

Bug#689079: screen: Focus up no longer does the exact opposite of focus [down].

2012-09-28 Thread Eric Pruitt
Package: screen Version: 4.1.0~20120320gitdb59704-5 Severity: important I often use the following screen layout: ~% screen -X layout dump ~% cat layout-dump split -v focus split focus focus In ASCII diagram form: ___ ___ | | | | |---| |___|___| In