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 Sander's patch as well
master
Anselm R.Garbe
19 years ago
parent
7d4184dc5c
commit
895902b57a
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
client.c
+ 1
- 2
client.c
View File
@ -467,8 +467,7 @@ zoom(Arg *arg)
}
/* pop */
if
(
sel
-
>
prev
)
sel
-
>
prev
-
>
next
=
sel
-
>
next
;
sel
-
>
prev
-
>
next
=
sel
-
>
next
;
if
(
sel
-
>
next
)
sel
-
>
next
-
>
prev
=
sel
-
>
prev
;
sel
-
>
prev
=
NULL
;
Write
Preview
Loading…
Cancel
Save