This website works better with JavaScript.
Home
Explore
Help
Sign In
Linux
/
st
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
Fix selection: selclear in tputc
master
Jakub Leszczak
4 years ago
committed by
Hiltjo Posthuma
parent
914fb825df
commit
8304d4f059
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
st.c
+ 1
- 1
st.c
View File
@ -2412,7 +2412,7 @@ check_control_code:
*/
return
;
}
if
(
sel
.
ob
.
x
!
=
-
1
&
&
BETWEEN
(
term
.
c
.
y
,
sel
.
ob
.
y
,
sel
.
oe
.
y
)
)
if
(
sel
ected
(
term
.
c
.
x
,
term
.
c
.
y
)
)
selclear
(
)
;
gp
=
&
term
.
line
[
term
.
c
.
y
]
[
term
.
c
.
x
]
;
Write
Preview
Loading…
Cancel
Save