Eric Pruitt wrote: > I am using a clean build from git with no patches, and Ctrl+Enter doesn't do > anything without my changes.
Heyho, For me ctrl+enter as well as ctrl+shift+enter also do nothing when running: echo -e 'bla\nblub' | dmenu (current master) dmenu stays open and does not print anything. However I use dmenu in some cases, where I assume, that stdout of dmenu is just one line, so I think another commandline flag would be nice to specify if holding ctrl keeps dmenu open for more input when pressing return. --Markus