Re: [dev] [hack] Having dmenu provide hints about current selected entry

2010-11-28 Thread Connor Lane Smith
Hey, On 29 November 2010 00:17, Christophe-Marie Duquesne wrote: > I rewrote my proposal with select(). Now readstdin() will return if it > cannot read data from stdin during more than 1 u_sec. It will set the > static flag 'eof' to 1 if it has read the end of file character. This > way while eof

Re: [dev] [hack] Having dmenu provide hints about current selected entry

2010-11-28 Thread Christophe-Marie Duquesne
Hi, I rewrote my proposal with select(). Now readstdin() will return if it cannot read data from stdin during more than 1 u_sec. It will set the static flag 'eof' to 1 if it has read the end of file character. This way while eof is 0, you know you should call readstdin() again. Attached is a patc

Re: [dev] [st] Fixed -e with support for spaces

2010-11-28 Thread Josh Rickmar
On Sun, Nov 28, 2010 at 04:20:21PM -0500, Joseph Xu wrote: > > > On 11/28/2010 06:22 AM, Aur??lien Aptel wrote: > > On Sat, Nov 27, 2010 at 12:35 AM, Joseph Xu wrote: > >> came up with. It relies on the shell that executes st to parse the > >> arguments, so you can't run a command like st -e "to

Re: [dev] [st] Fixed -e with support for spaces

2010-11-28 Thread Moritz Wilhelmy
Excerpts from Joseph Xu's message of Sun Nov 28 22:20:21 +0100 2010: > On 11/28/2010 06:22 AM, Aurélien Aptel wrote: > > On Sat, Nov 27, 2010 at 12:35 AM, Joseph Xu wrote: > >> came up with. It relies on the shell that executes st to parse the > >> arguments, so you can't run a command like st -e

Re: [dev] [st] Fixed -e with support for spaces

2010-11-28 Thread Joseph Xu
On 11/28/2010 06:22 AM, Aurélien Aptel wrote: > On Sat, Nov 27, 2010 at 12:35 AM, Joseph Xu wrote: >> came up with. It relies on the shell that executes st to parse the >> arguments, so you can't run a command like st -e "touch arst", you have >> to run st -e touch arst. This also means you can'

Re: [dev] #wmii

2010-11-28 Thread Jacob Todd
qq On Nov 28, 2010 11:15 AM, "Kurt H Maier" wrote: > hey kris if you're going to set the #wmii topic to channel all these > stupid questions into #suckless can you at least show up in #suckless > > -- > # Kurt H Maier >

[dev] #wmii

2010-11-28 Thread Kurt H Maier
hey kris if you're going to set the #wmii topic to channel all these stupid questions into #suckless can you at least show up in #suckless -- # Kurt H Maier

Re: [dev] [st] Fixed -e with support for spaces

2010-11-28 Thread Aurélien Aptel
On Sat, Nov 27, 2010 at 12:35 AM, Joseph Xu wrote: > came up with. It relies on the shell that executes st to parse the > arguments, so you can't run a command like st -e "touch arst", you have > to run st -e touch arst. This also means you can't have any st arguments > after the -e because they'l