On Wed, Apr 17, 2013 at 11:02:12PM +0200, Swiatoslaw Gal wrote:
> If I run `echo lorem|dmenu`
> and then type "lorem l<RET>"
> 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 it can be pretty annoying when using snotes)
strings separated by space are considered to be separate tokens
describing the same menu entry. If you want to return
"lorem l" in your case press SHIFT+ENTER to select the string.
v4hn
- application/pgp-signature attachment: stored
Received on Wed Apr 17 2013 - 23:40:25 CEST