[dev] [dmenu] incremental output patch

From: Troels Henriksen <athas_AT_sigkill.dk>
Date: Wed, 05 May 2010 21:11:20 +0200

The attached match makes dmenu print out the input text as it is
entered, rather than just the final selection.

This is useful if you make surf run the following shell
script snippet...

dmenu -r -p find: |\
while read -r find; do
    xprop -id $xid -f _SURF_FIND 8s -set _SURF_FIND "$find"
done

... which gets you [the basics of] usable incremental search.

-- 
\  Troels
/\ Henriksen
Received on Wed May 05 2010 - 19:11:20 UTC

This archive was generated by hypermail 2.2.0 : Wed May 05 2010 - 19:36:02 UTC