This website works better with JavaScript.
Home
Explore
Help
Sign In
Linux
/
dwm
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
saved 2LOC
config
arg@10ksloc.org
18 years ago
parent
77f8c075c4
commit
b01a51a844
1 changed files
with
2 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-4
event.c
+ 2
- 4
event.c
View File
@ -116,12 +116,10 @@ buttonpress(XEvent *e)
}
break
;
case
Button4
:
a
.
i
=
(
tsel
+
1
<
TLast
)
?
tsel
+
1
:
0
;
view
(
&
a
)
;
viewnext
(
&
a
)
;
break
;
case
Button5
:
a
.
i
=
(
tsel
-
1
>
=
0
)
?
tsel
-
1
:
TLast
-
1
;
view
(
&
a
)
;
viewprev
(
&
a
)
;
break
;
}
}
Write
Preview
Loading…
Cancel
Save