This website works better with JavaScript.
Home
Explore
Help
Sign In
tovi
/
dwm
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
applied Alex Elide's tricky patch, thanks!
master
arg@mig29
18 years ago
parent
19dcbc5717
commit
0a915eba8f
1 changed files
with
0 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
event.c
+ 0
- 1
event.c
View File
@ -256,7 +256,6 @@ keypress(XEvent *e) {
{
{
if
(
key
[
i
]
.
func
)
if
(
key
[
i
]
.
func
)
key
[
i
]
.
func
(
&
key
[
i
]
.
arg
)
;
key
[
i
]
.
func
(
&
key
[
i
]
.
arg
)
;
return
;
}
}
}
}
}
}
Write
Preview
Loading…
Cancel
Save