index.md (494B)
1 Incremental output 2 ================== 3 This patch causes dmenu to print out the current text each time a key is pressed. 4 5 This is useful as an incremental search feature, for example in surf's config.h: 6 7 #define INCSEARCH { .v = (char *[]) { "/bin/sh", "-c", "dmenu -r < /dev/null | while read -r find; do xprop -id $0 -f _SURF_FIND 8s " "-set _SURF_FIND \"$find\"; done", winid, NULL } } 8 9 10 Download 11 -------- 12 * [dmenu-incremental-20160702-3c91eed.diff](dmenu-incremental-20160702-3c91eed.diff)