On Sun, Apr 12, 2015 at 06:32:13PM +, non...@inventati.org wrote:
> The code that actually prints something is
> puts((sel && !(ev->state & ShiftMask)) ? sel->text : text);
Yeah, I saw that line, but the conditional I mentioned determines
whether or not the program actually terminates. The w
On Sun, Apr 12, 2015 at 11:18:02AM -0700, Eric Pruitt wrote:
> While looking at the dmenu source code to make a patch for it, I noticed
> this conditional on line 371: "if(!(ev->state & ControlMask))". It looks
> as though pressing Ctrl+(Shift)+Enter is supposed to print the current
> selection to
While looking at the dmenu source code to make a patch for it, I noticed
this conditional on line 371: "if(!(ev->state & ControlMask))". It looks
as though pressing Ctrl+(Shift)+Enter is supposed to print the current
selection to stdout without terminating dmenu, but pressing
Ctrl+(Shift)+Enter doe