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
Enabling enacs and adding compatibility to xterm and urxvt for alternative
charsets.
master
Christoph Lohmann
12 years ago
parent
eb360e5fd1
commit
980c5956ed
2 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
st.c
+1
-0
st.info
+ 1
- 0
st.c
View File
@ -1700,6 +1700,7 @@ tputc(char *c, int len) {
strescseq
.
type
=
ascii
;
term
.
esc
|
=
ESC_STR
;
break
;
case
'
)
'
:
case
'
(
'
:
term
.
esc
|
=
ESC_ALTCHARSET
;
break
;
+ 1
- 0
st.info
View File
@ -33,6 +33,7 @@ st| simpleterm,
ed=\E[J,
el=\E[K,
el1=\E[1K,
enacs=\E)0,
flash=\E[?5h\E[?5l,
fsl=^G,
home=\E[H,
Write
Preview
Loading…
Cancel
Save