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
merge.
master
Aurélien Aptel
14 years ago
parent
a20125a3d1
23bb97d9f3
commit
ab9c9a4e3a
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
st.c
+ 1
- 1
st.c
View File
@ -1861,7 +1861,7 @@ drawregion(int x1, int y1, int x2, int y2) {
xdraws
(
buf
,
base
,
ox
,
y
,
ic
,
ib
)
;
xdraws
(
buf
,
base
,
ox
,
y
,
ic
,
ib
)
;
}
}
xdrawcursor
(
)
;
xdrawcursor
(
)
;
XCopyArea
(
xw
.
dpy
,
xw
.
buf
,
xw
.
win
,
dc
.
gc
,
0
,
0
,
xw
.
bufw
,
xw
.
buf
h
,
BORDER
,
BORDER
)
;
XCopyArea
(
xw
.
dpy
,
xw
.
buf
,
xw
.
win
,
dc
.
gc
,
x1
*
xw
.
cw
,
y1
*
xw
.
ch
,
x2
*
xw
.
cw
,
y2
*
xw
.
c
h
,
BORDER
,
BORDER
)
;
}
}
void
void
Write
Preview
|
|
|
|
|
|
|
x
0
0
0:0
Loading…
Cancel
Save