This website requires JavaScript.
Explore
Help
Sign In
Chewing_Bever
/
dwm
Watch
1
Star
0
Fork
You've already forked dwm
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
applied Alex Elide's tricky patch, thanks!
Browse Source
master
arg@mig29
2006-11-27 17:51:50 +01:00
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
Expand all files
Collapse all files
1
event.c
Unescape
Escape
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
Reference in New Issue
Repository
Chewing_Bever/dwm
Title
Body
Create Issue