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

2010-11-30 Thread Ramil Farkhshatov
Christophe-Marie Duquesne wrote: > On Mon, Nov 29, 2010 at 2:44 AM, Connor Lane Smith wrote: > > Great, it's a lot cleaner this way. One problem with this approach, > > though, is that if data is written to stdin it isn't displayed until > > the next X event. This is likely fine for your use cas

Re: [dev] Problem building dmenu tip

2010-11-30 Thread Connor Lane Smith
Hey, On 30 November 2010 22:19, julien steinhauser wrote: > This is an old topic, I guess you solved it, > but as I didn't see the answer on the list and met > the same situation also on OpenBSD with latest dmenu tip : > Revision 320 is in cause, reverting it fixes the issue. > patch attached W

Re: [dev] Problem building dmenu tip

2010-11-30 Thread julien steinhauser
On Sun, Jul 18, 2010 at 04:40:57PM -0400, Josh Rickmar wrote: > > I'm having the following problem when building dmenu tip on OpenBSD > current. At first I thought it was a problem with OpenBSD, but a user > in the irc channel said he remembers a similar problem when linking with > ld on Linux.

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

2010-11-30 Thread Kurt H Maier
On Tue, Nov 30, 2010 at 5:28 PM, Aurélien Aptel wrote: > A bit off-topic, but i've just noticed both urxvt and xterm exit > successfully no matter what you run. > $ urxvt -e fsjdjsdjfjk && echo yep > yep > $ this is expected, since urxvt and xterm are working properly. if it concerns you, do som

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

2010-11-30 Thread Aurélien Aptel
A bit off-topic, but i've just noticed both urxvt and xterm exit successfully no matter what you run. $ urxvt -e fsjdjsdjfjk && echo yep yep $

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

2010-11-30 Thread Aurélien Aptel
Ok. Tip now has xterm-like -e.