This website works better with JavaScript.
Home
Explore
Help
Sign In
Linux
/
dmenu
generated from
gmarx/git-template
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
removed C-[ from source and man page
master
Anselm R.Garbe
18 years ago
parent
66f2a93eaa
commit
e4fbc43253
2 changed files
with
1 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
dmenu.1
+0
-4
main.c
+ 1
- 1
dmenu.1
View File
@ -41,7 +41,7 @@ Confirm selection and quit (print the selected item to stdout).
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)
+ 0
- 4
main.c
View File
@ -174,16 +174,12 @@ kpress(XKeyEvent * e)
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
;
}
}
switch
(
ksym
)
{
Write
Preview
Loading…
Cancel
Save