all repos — dmenu @ e4fbc432534bfb42a0b0d97bcdd687274780e95e

my build of dmenu

removed C-[ from source and man page
Anselm R.Garbe arg@10ksloc.org
Thu, 10 Aug 2006 10:09:44 +0200
commit

e4fbc432534bfb42a0b0d97bcdd687274780e95e

parent

66f2a93eaa25255daac4316bbaf5f41098a7fd45

2 files changed, 1 insertions(+), 5 deletions(-)

jump to
M dmenu.1dmenu.1

@@ -41,7 +41,7 @@ .TP

Shift-Return Confirm selection and quit (print the text in the input field to stdout). .TP -Escape (Control-[) +Escape Quit without selecting an item. .TP Backspace (Control-h)
M main.cmain.c

@@ -174,15 +174,11 @@ break;

case XK_h: ksym = XK_BackSpace; break; - case XK_U: case XK_u: text[0] = 0; match(text); drawmenu(); return; - break; - case XK_bracketleft: - ksym = XK_Escape; break; } }