Unifying the old style.
This commit is contained in:
parent
98b6f84bfc
commit
59fe59d3d1
1 changed files with 24 additions and 23 deletions
1
st.c
1
st.c
|
@ -1550,6 +1550,7 @@ tputc(char *c) {
|
|||
|
||||
if(fileio)
|
||||
putc(ascii, fileio);
|
||||
|
||||
if(term.esc & ESC_START) {
|
||||
if(term.esc & ESC_CSI) {
|
||||
csiescseq.buf[csiescseq.len++] = ascii;
|
||||
|
|
Loading…
Reference in a new issue