This website works better with JavaScript.
Explore
Help
Sign In
aselimov
/
DWM
Watch
1
Star
0
Fork
You've already forked DWM
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
applied Alex Elide's tricky patch, thanks!
Browse Source
new_dwm
arg@mig29
18 years ago
parent
19dcbc5717
commit
0a915eba8f
1 changed files
with
0 additions
and
1 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
1
event.c
Unescape
Escape
View File
@ -256,7 +256,6 @@ keypress(XEvent *e) {
{
if
(
key
[
i
]
.
func
)
key
[
i
]
.
func
(
&
key
[
i
]
.
arg
)
;
return
;
}
}
}
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
aselimov/DWM
Title
Body
Create Issue