-
src/conio/cterm.c cterm.txt
From
deuce to
CVS commit on Sat Apr 11 05:27:49 2020
src/conio cterm.c 1.261 1.262 cterm.txt 1.61 1.62
Update of /cvsroot/sbbs/src/conio
In directory cvs:/tmp/cvs-serv32576
Modified Files:
cterm.c cterm.txt
Log Message:
Implement CSI ! p (Reset)
-
From
deuce to
CVS commit on Sat Apr 11 08:14:59 2020
src/conio cterm.c 1.265 1.266 cterm.txt 1.63 1.64
Update of /cvsroot/sbbs/src/conio
In directory cvs:/tmp/cvs-serv32051
Modified Files:
cterm.c cterm.txt
Log Message:
Correctly parse Independent control functions.
Don't support CSI ! p anymore since RIS (ESC c) works correctly now.
-
From
deuce to
CVS commit on Sat Apr 11 08:50:53 2020
src/conio cterm.c 1.266 1.267 cterm.txt 1.64 1.65
Update of /cvsroot/sbbs/src/conio
In directory cvs:/tmp/cvs-serv4594
Modified Files:
cterm.c cterm.txt
Log Message:
Fix hang on failed sequence parse.
-
From
deuce to
CVS commit on Fri Apr 24 13:34:06 2020
src/conio cterm.c 1.283 1.284 cterm.txt 1.67 1.68
Update of /cvsroot/sbbs/src/conio
In directory cvs:/tmp/cvs-serv24152
Modified Files:
cterm.c cterm.txt
Log Message:
Fix ESC E (NEL) handling... should be identical to CR LF
-
From
deuce to
CVS commit on Fri Apr 24 15:39:37 2020
src/conio cterm.c 1.285 1.286 cterm.txt 1.69 1.70
Update of /cvsroot/sbbs/src/conio
In directory cvs:/tmp/cvs-serv11478
Modified Files:
cterm.c cterm.txt
Log Message:
Fix CVT (CSI Pn Y).
-
From
deuce to
CVS commit on Fri Apr 24 20:08:36 2020
src/conio cterm.c 1.287 1.288 cterm.txt 1.72 1.73
Update of /cvsroot/sbbs/src/conio
In directory cvs:/tmp/cvs-serv19559
Modified Files:
cterm.c cterm.txt
Log Message:
Fix CSI < c response.
Add CSI I support.
Fix CSI SP d support.
-
From
deuce to
CVS commit on Mon Apr 27 11:17:07 2020
src/conio cterm.c 1.289 1.290 cterm.txt 1.75 1.76
Update of /cvsroot/sbbs/src/conio
In directory cvs:/tmp/cvs-serv24587
Modified Files:
cterm.c cterm.txt
Log Message:
On second thought, don't try to emulat XTerm TAB wrap behaviour... this
is deeply impacted by the vt glitch, and I'm not dealing with that.
-
From
deuce to
CVS commit on Mon Apr 27 18:23:42 2020
src/conio cterm.c 1.290 1.291 cterm.txt 1.76 1.77
Update of /cvsroot/sbbs/src/conio
In directory cvs:/tmp/cvs-serv1291
Modified Files:
cterm.c cterm.txt
Log Message:
Yet another massive refactor...
Now, the window() is set to the curr coordinates.
Use generic functions for implicit and relative movement.
Make the scrolling region behave much more like the DEC source.
-
From
deuce to
CVS commit on Tue Apr 28 12:39:13 2020
src/conio cterm.c 1.294 1.295 cterm.txt 1.78 1.79
Update of /cvsroot/sbbs/src/conio
In directory cvs:/tmp/cvs-serv10535
Modified Files:
cterm.c cterm.txt
Log Message:
Eliminate duplicate responses to CSI ? 63 n
-
From
Deuc╨╡ to
Git commit to main/sbbs/master on Thu Aug 3 11:42:14 2023
https://gitlab.synchro.net/main/sbbs/-/commit/43abe2a7fd5e1a4e5d1fc236
Modified Files:
src/conio/cterm.c cterm.txt
Log Message:
Add support for 90-97 and 100-107 SGR parameters
This allows directly setting bright foreground and background colours
rather than using bold and blink to indirectly modify them.
These do not have an effect if the desired mode is not possible
(ie: no bright background, no bright foreground).