another fix 358f078c
Anselm R. Garbe · 2006-09-07 09:40 1 file(s) · +9 −12
dmenu.1 +9 −12
32 32
Copy the selected item to the input field.
33 33
.TP
34 34
.B Return
35 -
Confirm selection and quit (print the selected item to standard output).
35 +
Confirm selection and quit (print the selected item to standard output). Returns
36 +
.B 0
37 +
on termination.
36 38
.TP
37 39
.B Shift-Return
38 40
Confirm selection and quit (print the text in the input field to standard output).
41 +
Returns
42 +
.B 0
43 +
on termination.
39 44
.TP
40 45
.B Escape
41 -
Quit without selecting an item.
46 +
Quit without selecting an item. Returns
47 +
.B 1
48 +
on termination.
42 49
.TP
43 50
.B Backspace (Control-h)
44 51
Remove enough characters from the input field to change its filtering effect.
45 52
.TP
46 53
.B Control-u
47 54
Remove all characters from the input field.
48 -
.P
49 -
dwm returns
50 -
.B 0
51 -
if
52 -
.B Return
53 -
is pressed and
54 -
.B 1
55 -
if
56 -
.B Escape
57 -
is pressed on termination.
58 55
.SH CUSTOMIZATION
59 56
dmenu is customized by creating a custom config.h and (re)compiling the source
60 57
code. This keeps it fast, secure and simple.