[dev] [dmenu] option to pin focus to mouse

2012-10-07 Thread Станислав Селецкий
Hello. Some window managers like "awesome" do not release focus from active window when mouse entering void zone (where no window located). It's ok, when you have one screen, but if there are two screens or more there is a problem. Imagine that you have 2 screens: one screen contains focused wind

[dev] [sbase/grep] [PATCH]: add z flag to use NULL separators

2012-10-07 Thread Strake
Not sure which would be better choice of flag: 'z' or '0', so I arbitrarily chose 'z'. commit 474a73ae118e6791fc56e616233dd9ccb5c8e92f Author: strake Date: Thu Oct 4 19:50:23 2012 -0500 grep: add z flag to use NULL separators diff --git a/grep.c b/grep.c index 9716328..48a54c0 100644 ---

Re: [dev] [st] Patches

2012-10-07 Thread Christoph Lohmann
Hello. On Sun, 07 Oct 2012 11:55:50 +0200 "Roberto E. Vargas Caballero" wrote: > > I applied the patch for it to have a reason to modularize the tsetchar() > > function. I think this will be needed for another feature I have in > > mind. Then the test loop will be removed. > > Uhmmm, you

Re: [dev] [st] Patches

2012-10-07 Thread Roberto E. Vargas Caballero
> I applied the patch for it to have a reason to modularize the tsetchar() > function. I think this will be needed for another feature I have in > mind. Then the test loop will be removed. Uhmmm, you could say me this and it was very easy for me split the patch and keep only that part. Next

Re: [dev] [st] Patches

2012-10-07 Thread Roberto E. Vargas Caballero
On Sun, Oct 07, 2012 at 11:10:21AM +0200, Aurélien Aptel wrote: > I don't think the DEC alignment test is necessary. Please read LEGACY > in st repo. I duded about this, but like I was not sure I sent the patch to the list in order to begin a discussion about this. You can see that the message in

Re: [dev] [st] Patches

2012-10-07 Thread Christoph Lohmann
Hello. On Sun, 07 Oct 2012 11:10:50 +0200 Aurélien Aptel wrote: > I don't think the DEC alignment test is necessary. Please read LEGACY > in st repo. I applied the patch for it to have a reason to modularize the tsetchar() function. I think this will be needed for another feature I have in

Re: [dev] [st] Patches

2012-10-07 Thread Aurélien Aptel
I don't think the DEC alignment test is necessary. Please read LEGACY in st repo.

[dev] [st] Patches

2012-10-07 Thread Roberto E. Vargas Caballero
>From cf7afccdebabaa5d1a9c6d80b2756af7b62cd712 Mon Sep 17 00:00:00 2001 From: "Roberto E. Vargas Caballero" Date: Sun, 7 Oct 2012 09:23:20 +0200 Subject: Fix Identification sequences Do not send NUL character in the identification (use (sizeof(VT102ID) - 1), and finish the sequence once you exec