about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAnselm R. Garbe <[email protected]>2006-09-07 09:40:09 +0200
committerAnselm R. Garbe <[email protected]>2006-09-07 09:40:09 +0200
commit358f078c0b8e235bd14cded2330b78a2e1c08685 (patch)
treefa5c26715105dc055233808bb7fbb85a21a2f04c
parentmade dmenu.1 also concise (diff)
downloaddmenu-358f078c0b8e235bd14cded2330b78a2e1c08685.tar.gz
dmenu-358f078c0b8e235bd14cded2330b78a2e1c08685.tar.bz2
dmenu-358f078c0b8e235bd14cded2330b78a2e1c08685.zip
another fix
-rw-r--r--dmenu.121
1 files changed, 9 insertions, 12 deletions
diff --git a/dmenu.1 b/dmenu.1
index fa3adc0..7495ef3 100644
--- a/dmenu.1
+++ b/dmenu.1
@@ -32,29 +32,26 @@ Select the previous/next item.
 Copy the selected item to the input field.
 .TP
 .B Return
-Confirm selection and quit (print the selected item to standard output).
+Confirm selection and quit (print the selected item to standard output). Returns
+.B 0
+on termination.
 .TP
 .B Shift-Return
 Confirm selection and quit (print the text in the input field to standard output).
+Returns
+.B 0
+on termination.
 .TP
 .B Escape
-Quit without selecting an item.
+Quit without selecting an item. Returns
+.B 1
+on termination.
 .TP
 .B Backspace (Control-h)
 Remove enough characters from the input field to change its filtering effect.
 .TP
 .B Control-u
 Remove all characters from the input field.
-.P
-dwm returns
-.B 0
-if
-.B Return
-is pressed and
-.B 1
-if
-.B Escape
-is pressed on termination.
 .SH CUSTOMIZATION
 dmenu is customized by creating a custom config.h and (re)compiling the source
 code. This keeps it fast, secure and simple.