Re: [dev] [dmenu] handling space(?)

2013-04-17 Thread Edgaras
On Thu, Apr 18, 2013 at 12:32:15AM +0200, Swiatoslaw Gal wrote: > > strings separated by space are considered to be separate tokens > > describing the same menu entry. > > What is a possible use of it? > Could I easily disable this feature? Well you always can patch stuff. Because it is useful f

Re: [dev] [st] [PATCH] Got rid of redundant Glyph state.

2013-04-17 Thread Christoph Lohmann
Greetings. On Thu, 18 Apr 2013 06:51:39 +0200 Alexander Sedov wrote: > Now, newly allocated Glyphs are set to spaces and current cursor colors > with tclearregion() routine. This has been applied. The selection code needs a minor fix to allow empty line copying. Now this is simply stripped

Re: [dev] [st] [PATCH] Got rid of code duplication in tnew() and tresize().

2013-04-17 Thread Christoph Lohmann
Greetings. On Thu, 18 Apr 2013 06:40:17 +0200 Alexander Sedov wrote: > + /* setting "zero" terminal to resize it later */ > + memset(&term, 0, sizeof(Term)); > + tresize(col, row); Thanks, it's been applied. Sincerely, Christoph Lohmann

Re: [dev] [tabbed] Fix spelling of provided

2013-04-17 Thread Christoph Lohmann
Greetings. Thanks, it’s been applied. Sincerely, Christoph Lohmann

Re: [dev] [dmenu] handling space(?)

2013-04-17 Thread Carlos Torres
Yeah, I almost sent an email of this sort, then I read the manual. Yeah it's annoying sometimes... on that same vain I don't like pressing back space, so I'm contemplating removing that key.

Re: [dev] [dmenu] handling space(?)

2013-04-17 Thread Swiatoslaw Gal
> strings separated by space are considered to be separate tokens > describing the same menu entry. What is a possible use of it? Could I easily disable this feature? > If you want to return > "lorem l" in your case press SHIFT+ENTER to select the string. I know. I just got annoyed by... forgge

Re: [dev] [dmenu] handling space(?)

2013-04-17 Thread v4hn
On Wed, Apr 17, 2013 at 11:02:12PM +0200, Swiatoslaw Gal wrote: > If I run `echo lorem|dmenu` > and then type "lorem l" > dmenu selects 'lorem' not 'lorem l' > if I type "lorem i" the ouptput is "lorem i" as expected. > Seems like a bug to me, am I wrong? You're wrong, that's a feature. (Although

[dev] [dmenu] handling space(?)

2013-04-17 Thread Swiatoslaw Gal
If I run `echo lorem|dmenu` and then type "lorem l" dmenu selects 'lorem' not 'lorem l' if I type "lorem i" the ouptput is "lorem i" as expected. Seems like a bug to me, am I wrong? s.

Re: [dev] [dmenu] What is the status of the project?

2013-04-17 Thread Alexander Sedov
2013/4/17 Jente Hidskes : > I see you are open for patches now. Have you heard of the xyw offsets patch? > It allows to you, for example, have dmenu spawn in the center of the screen > at coördinates x and y, and width w. Note that the patch is not mine, I don't > know where I picked it up. I ju

RE: [dev] [dmenu] What is the status of the project?

2013-04-17 Thread Jente Hidskes
I see you are open for patches now. Have you heard of the xyw offsets patch? It allows to you, for example, have dmenu spawn in the center of the screen at coördinates x and y, and width w. Note that the patch is not mine, I don't know where I picked it up. I just made it apply to dmenu 4.5 ---

Re: [dev] [dmenu] What is the status of the project?

2013-04-17 Thread Anselm R Garbe
On 17 April 2013 21:14, William Giokas <1007...@gmail.com> wrote: > On Wed, Apr 17, 2013 at 09:04:27PM +0200, Anselm R Garbe wrote: >> On 15 April 2013 10:08, Alexander Sedov wrote: >> > I went through the mailing list archives since the date of last commit >> > and collected all patches that seem

Re: [dev] [dmenu] What is the status of the project?

2013-04-17 Thread William Giokas
On Wed, Apr 17, 2013 at 09:04:27PM +0200, Anselm R Garbe wrote: > On 15 April 2013 10:08, Alexander Sedov wrote: > > I went through the mailing list archives since the date of last commit > > and collected all patches that seem relevant/interesting to me. Sorry > > if you have already seen some of

Re: [dev] [dmenu] What is the status of the project?

2013-04-17 Thread Anselm R Garbe
On 17 April 2013 19:18, Hiltjo Posthuma wrote: > On Wed, Apr 17, 2013 at 6:04 PM, Alexander Sedov > wrote: >> 2013/4/17 Hiltjo Posthuma : >>> Hehe, just to clarify: the patch I submitted which adds mouse support >>> is not meant to be included in the upstream dmenu, because I think >>> most peop

Re: [dev] [dmenu] What is the status of the project?

2013-04-17 Thread Anselm R Garbe
On 15 April 2013 10:08, Alexander Sedov wrote: > I went through the mailing list archives since the date of last commit > and collected all patches that seem relevant/interesting to me. Sorry > if you have already seen some of these. > http://lists.suckless.org/dev/1108/9114.html This seems to be

Re: [dev] slcon

2013-04-17 Thread Anselm R Garbe
Hi Markus, On 17 April 2013 16:15, Markus Teich wrote: > Can we expect the costs and exact location soon, or do we have to wait > until 5-15? All accepted talks, the conference program, the location(s) and the recommended accommodation will be announced until 20 April. Best regards, Anselm

Re: [dev][surf] [PATCH] Disabling WebKit deletion interface feature by default.

2013-04-17 Thread Christoph Lohmann
Greetings. On Wed, 17 Apr 2013 19:26:56 +0200 Alexander Sedov wrote: > Webkit has an amazing "feature" that shows black outline with cross > around some randomly chosen text fields. Its only fucntion is to > clear field. It's ugly and gets in the way when trying to actually > ready what you've w

Re: [dev] [dmenu] What is the status of the project?

2013-04-17 Thread Hiltjo Posthuma
On Wed, Apr 17, 2013 at 6:04 PM, Alexander Sedov wrote: > 2013/4/17 Hiltjo Posthuma : >> Hehe, just to clarify: the patch I submitted which adds mouse support >> is not meant to be included in the upstream dmenu, because I think >> most people won't like it. However you're free to do whatever you

Re: [dev] [dmenu] What is the status of the project?

2013-04-17 Thread Alexander Sedov
2013/4/17 Hiltjo Posthuma : > Hehe, just to clarify: the patch I submitted which adds mouse support > is not meant to be included in the upstream dmenu, because I think > most people won't like it. However you're free to do whatever you want > with it. That's rather surprising, as I found it small

Re: [dev] [dmenu] What is the status of the project?

2013-04-17 Thread Martti Kühne
On Wed, Apr 17, 2013 at 5:47 PM, Hiltjo Posthuma wrote: > > Hehe, just to clarify: the patch I submitted which adds mouse support > is not meant to be included in the upstream dmenu, because I think > most people won't like it. However you're free to do whatever you want > with it. > If you want

Re: [dev] [dmenu] What is the status of the project?

2013-04-17 Thread Hiltjo Posthuma
On Mon, Apr 15, 2013 at 12:42 AM, Alexander Sedov wrote: > As per subject. It seems that last maintainer commit was an year ago, > and patches sent to mailing list are left unresponded. In case this > project has been orphaned, may I take over it? There is popular demand > for being able to static

[dev] slcon

2013-04-17 Thread Markus Teich
Can we expect the costs and exact location soon, or do we have to wait until 5-15? --Markus