diff options
author | Anselm R. Garbe <arg@suckless.org> | 2007-02-26 14:07:19 +0100 |
---|---|---|
committer | Anselm R. Garbe <arg@suckless.org> | 2007-02-26 14:07:19 +0100 |
commit | 03c2b05bb2265e0ef7ba33b7f6df36bd6e0ce54d (patch) | |
tree | 8cc380e6e00ffd98e5e1827f5b1ee98643d4614d /dmenu.1 | |
parent | 8a066fabd9796ca80f5a359c3c6cf57c947b1b95 (diff) |
changed Backspace/C-w behavior (now it only removes a single character)
Diffstat (limited to 'dmenu.1')
-rw-r--r-- | dmenu.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -82,7 +82,7 @@ Quit without selecting an item. Returns 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. |