Re: [dev] Focus previously focused window

2012-12-13 Thread Manolo Martínez
On 12/13/12 at 03:20pm, Eric Pruitt wrote: > Hey Manolo, > > On Thu, Dec 13, 2012 at 03:04:01PM -0500, Manolo Martínez wrote: > > I was wondering if anyone knows of a patch that provides the means to > > return to the previously focused window (if it exists). That is, for > > example, if I'm > > o

Re: [dev] Focus previously focused window

2012-12-13 Thread Manolo Martínez
On 12/13/12 at 10:16pm, Andreas Amann wrote: > On Thu, Dec 13, 2012 at 03:04:01PM -0500, Manolo Martínez wrote: > > Hello, > > > > I was wondering if anyone knows of a patch that provides the means to > > return to the previously focused window (if it exists). That is, for > > example, if I'm > >

Re: [dev] Focus previously focused window

2012-12-13 Thread Eric Pruitt
Hey Manolo, On Thu, Dec 13, 2012 at 03:04:01PM -0500, Manolo Martínez wrote: > I was wondering if anyone knows of a patch that provides the means to > return to the previously focused window (if it exists). That is, for > example, if I'm > on window1 and launch a window2, MOD+p (say) would take me

Re: [dev] Focus previously focused window

2012-12-13 Thread Andreas Amann
On Thu, Dec 13, 2012 at 03:04:01PM -0500, Manolo Martínez wrote: > Hello, > > I was wondering if anyone knows of a patch that provides the means to > return to the previously focused window (if it exists). That is, for > example, if I'm > on window1 and launch a window2, MOD+p (say) would take me

[dev] Focus previously focused window

2012-12-13 Thread Manolo Martínez
Hello, I was wondering if anyone knows of a patch that provides the means to return to the previously focused window (if it exists). That is, for example, if I'm on window1 and launch a window2, MOD+p (say) would take me back to window1. Thanks Manolo --

Re: [dev] [st] Shift Tab does not work

2012-12-13 Thread Christoph Lohmann
Greetings. On Thu, 13 Dec 2012 20:46:11 +0100 "Benjamin R. Haskell" wrote: > On Thu, 13 Dec 2012, Roberto E. Vargas Caballero wrote: > > >> Looking in the repository I can see that the commit 16ccf (Fix tab > >> key) inserted this code, and I have tested that is such commit it was > >> workin

Re: [dev] [st] Shift Tab does not work

2012-12-13 Thread Roberto E. Vargas Caballero
> But, it's error-prone to have two places to keep track of what keys > get mapped. So, I fixed this for myself a while ago by removing > mappedkeys entirely. Patch attached. I agree with you that it is error-prone, but if we remove it then each time a key is pressed it is necessary look up in

Re: [dev] [st] Shift Tab does not work

2012-12-13 Thread Benjamin R. Haskell
On Thu, 13 Dec 2012, Roberto E. Vargas Caballero wrote: Looking in the repository I can see that the commit 16ccf (Fix tab key) inserted this code, and I have tested that is such commit it was working, so we have a regression. I am going try now a bisection and try locate which commit broken t

Re: [dev] [st] Shift Tab does not work

2012-12-13 Thread Roberto E. Vargas Caballero
> Looking in the repository I can see that the commit 16ccf (Fix tab key) > inserted this code, and I have tested that is such commit it was working, so > we have a regression. I am going try now a bisection and try locate which > commit broken this key. The bisect indicates that the commit which

Re: [dev] [st] Shift Tab does not work

2012-12-13 Thread Roberto E. Vargas Caballero
On Thu, Dec 13, 2012 at 10:49:22AM +0200, Edgaras wrote: > I use Vim, and there you can cycle forward through completion using "Tab" and > backward using "Shift+Tab", this does not work in st, but it works in xterm. I > tested against tip. Using xev I see that X server sends ISO_Left_Tab event, an

Re: [dev] [st] Add a newline to the string printed in die

2012-12-13 Thread Joerg Zinke
Am 11.12.2012 um 18:34 schrieb Christoph Lohmann <2...@r-36.net>: > I don’t know why people prefer to see the big patches inline, Ideally the patches are small :) > so you > have the scroll past the whole patch to the next e‐mail, when you are So, scrolling is a problem for you? I do +

Re: [dev] [st] Add a newline to the string printed in die

2012-12-13 Thread Joerg Zinke
Am 11.12.2012 um 12:38 schrieb Marc Andre Tanner : Please send patches as attached files. >>> >>> Since we are using now git, it is easier and logic send the patches in this >>> way, so the code of the patch can be included and modified in replies. You >>> only have to use git am if you wan

[dev] [st] Shift Tab does not work

2012-12-13 Thread Edgaras
I use Vim, and there you can cycle forward through completion using "Tab" and backward using "Shift+Tab", this does not work in st, but it works in xterm. I tested against tip. Though I guess there is some interesting stuff going on with this, since in general it seems tab sends ^I and thus you ca