Xinqi Bao's Git
projects
/
dmenu.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
implemented strcasestr for dmenu (I call it cistrstr) for portability issues (cygwin...
[dmenu.git]
/
dmenu.1
diff --git
a/dmenu.1
b/dmenu.1
index
4e44e27
..
a8cd0fd
100644
(file)
--- a/
dmenu.1
+++ b/
dmenu.1
@@
-4,6
+4,7
@@
dmenu \- dynamic menu
.SH SYNOPSIS
.B dmenu
.RB [ \-b ]
.SH SYNOPSIS
.B dmenu
.RB [ \-b ]
+.RB [ \-i ]
.RB [ \-fn " <font>"]
.RB [ \-nb " <color>"]
.RB [ \-nf " <color>"]
.RB [ \-fn " <font>"]
.RB [ \-nb " <color>"]
.RB [ \-nf " <color>"]
@@
-22,6
+23,9
@@
efficiently.
.B \-b
makes dmenu appear at the screen bottom (by default it appears at the screen top).
.TP
.B \-b
makes dmenu appear at the screen bottom (by default it appears at the screen top).
.TP
+.B \-i
+makes dmenu match menu entries with ignoring intermediate characters.
+.TP
.B \-fn <font>
defines the font.
.TP
.B \-fn <font>
defines the font.
.TP
@@
-82,7
+86,7
@@
Quit without selecting an item. Returns
on termination.
.TP
.B Backspace (Control\-h)
on termination.
.TP
.B Backspace (Control\-h)
-Remove
enough characters from the input field to change its filtering effect
.
+Remove
a character from the input field
.
.TP
.B Control\-u
Remove all characters from the input field.
.TP
.B Control\-u
Remove all characters from the input field.