dmenu.1: document improved fastgrab behaviour from previous patch 7d19b205
Hiltjo Posthuma · 2019-01-27 15:28 1 file(s) · +2 −2
dmenu.1 +2 −2
41 41
dmenu appears at the bottom of the screen.
42 42
.TP
43 43
.B \-f
44 -
dmenu grabs the keyboard before reading stdin.  This is faster, but will lock up
45 -
X until stdin reaches end\-of\-file.
44 +
dmenu grabs the keyboard before reading stdin if not reading from a tty. This
45 +
is faster, but will lock up X until stdin reaches end\-of\-file.
46 46
.TP
47 47
.B \-i
48 48
dmenu matches menu items case insensitively.