]> git.armaanb.net Git - dmenu.git/commit
fix paste from clipboard (ctrl+shift+y)
authorHiltjo Posthuma <hiltjo@codemadness.org>
Sun, 4 Oct 2015 10:32:07 +0000 (12:32 +0200)
committerHiltjo Posthuma <hiltjo@codemadness.org>
Sun, 4 Oct 2015 10:32:07 +0000 (12:32 +0200)
commit240a7810e492ec01075614729a1a1c45ef9f7af2
tree7ed078b3273143133dd548cbaa7bdc3505de13ba
parentd5ce8df9d9a86bf0d1cb97e4cfe4cd6951f2f1f5
fix paste from clipboard (ctrl+shift+y)

from Joshua Lloret on the ML:

"attached is a small patch to enable pasting from clipboard, as well as primary.

It seems like there was already code in there to allow this, but since there was never any case to match the upper case 'Y', that inline if would always evaluate to false."
dmenu.c