This website works better with JavaScript.
Home
Explore
Help
Sign In
tovi
/
st
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
fix build.
master
Aurélien Aptel
14 years ago
parent
c4225bdcc9
commit
1132d9e2d6
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
st.c
+ 2
- 2
st.c
View File
@ -292,10 +292,10 @@ static void brelease(XEvent *e) {
if
(
sel
.
bx
=
=
sel
.
ex
&
&
sel
.
by
=
=
sel
.
ey
)
{
sel
.
bx
=
-
1
;
if
(
b
=
=
2
)
clipboard_
paste
(
)
;
sel
paste
(
)
;
}
else
{
if
(
b
=
=
1
)
clipboard_
copy
(
getseltext
(
)
)
;
sel
copy
(
getseltext
(
)
)
;
}
draw
(
1
)
;
}
Write
Preview
Loading…
Cancel
Save