-
src/conio/cterm.c cterm.h
From
deuce@1:103/705 to
CVS commit on Tue Jan 30 01:06:23 2018
src/conio cterm.c 1.163 1.164 cterm.h 1.42 1.43
Update of /cvsroot/sbbs/src/conio
In directory cvs:/tmp/cvs-serv16028/conio
Modified Files:
cterm.c cterm.h
Log Message:
Start of string handling in cterm.
For now, it simply ignores all APC, DCS, OSC, PM, and SOS strings. In the future, these may be used for things like background mp3 control, Sixel graphics, and whatever else is cool string stuff.
For now at least it's not as broken when strings are sent. :-)
--- SBBSecho 3.03-Win32
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
-
From
deuce@1:103/705 to
CVS commit on Thu Feb 1 18:42:42 2018
src/conio cterm.c 1.179 1.180 cterm.h 1.45 1.46
Update of /cvsroot/sbbs/src/conio
In directory cvs:/tmp/cvs-serv11018
Modified Files:
cterm.c cterm.h
Log Message:
Support palettized scrollback.
--- SBBSecho 3.03-Win32
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
-
From
deuce@1:103/705 to
CVS commit on Thu Feb 1 18:57:33 2018
src/conio cterm.c 1.180 1.181 cterm.h 1.46 1.47
Update of /cvsroot/sbbs/src/conio
In directory cvs:/tmp/cvs-serv430
Modified Files:
cterm.c cterm.h
Log Message:
Add pputtext and pgettext to cterm struct
--- SBBSecho 3.03-Win32
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
-
From
deuce@1:103/705 to
CVS commit on Fri Feb 2 15:55:57 2018
src/conio cterm.c 1.188 1.189 cterm.h 1.47 1.48
Update of /cvsroot/sbbs/src/conio
In directory cvs:/tmp/cvs-serv11021
Modified Files:
cterm.c cterm.h
Log Message:
Pase sixel strings as they come in, rather than batching them.
--- SBBSecho 3.03-Win32
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
-
From
deuce@1:103/705 to
CVS commit on Mon Feb 5 01:38:03 2018
src/conio cterm.c 1.193 1.194 cterm.h 1.50 1.51
Update of /cvsroot/sbbs/src/conio
In directory cvs:/tmp/cvs-serv14032
Modified Files:
cterm.c cterm.h
Log Message:
Parse sixels row at a time. Makes it easier on SDL.
--- SBBSecho 3.03-Win32
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
-
From
deuce@1:103/705 to
CVS commit on Mon Feb 5 12:18:08 2018
src/conio cterm.c 1.195 1.196 cterm.h 1.51 1.52
Update of /cvsroot/sbbs/src/conio
In directory cvs:/tmp/cvs-serv3581/conio
Modified Files:
cterm.c cterm.h
Log Message:
Draw the background with the image... should reduce flickering.
--- SBBSecho 3.03-Win32
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
-
From
deuce@1:103/705 to
CVS commit on Mon Feb 5 23:05:08 2018
src/conio cterm.c 1.196 1.197 cterm.h 1.52 1.53
Update of /cvsroot/sbbs/src/conio
In directory cvs:/tmp/cvs-serv5177
Modified Files:
cterm.c cterm.h
Log Message:
Correctly disable cursor during sixel drawing.
--- SBBSecho 3.03-Win32
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
-
From
deuce@1:103/705 to
CVS commit on Sat Feb 10 13:30:24 2018
src/conio cterm.c 1.215 1.216 cterm.h 1.54 1.55
Update of /cvsroot/sbbs/src/conio
In directory cvs:/tmp/cvs-serv2591
Modified Files:
cterm.c cterm.h
Log Message:
Fix some font bounds checking issues, and add APC callback support.
--- SBBSecho 3.03-Win32
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
-
From
deuce@1:103/705 to
CVS commit on Mon Apr 6 01:33:13 2020
src/conio cterm.c 1.257 1.258 cterm.h 1.58 1.59
Update of /cvsroot/sbbs/src/conio
In directory cvs:/tmp/cvs-serv4152/conio
Modified Files:
cterm.c cterm.h
Log Message:
Add support for mode 9 and mode 1000 (no modifiers) mouse protocol per
XTerm. This is what the FreeBSD console supports as well, so there's a
chance this works in curses mode too.
Curses is the least likely since IIRC, the curses mouse thing is insane.
--- SBBSecho 3.10-Linux
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
-
From
deuce@1:103/705 to
CVS commit on Mon Apr 6 11:40:44 2020
src/conio cterm.c 1.258 1.259 cterm.h 1.59 1.60
Update of /cvsroot/sbbs/src/conio
In directory cvs:/tmp/cvs-serv22103
Modified Files:
cterm.c cterm.h
Log Message:
Allow setting callback data for mouse state change callback.
--- SBBSecho 3.10-Linux
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
-
From
deuce@1:103/705 to
CVS commit on Wed Apr 8 02:56:26 2020
src/conio cterm.c 1.259 1.260 cterm.h 1.60 1.61
Update of /cvsroot/sbbs/src/conio
In directory cvs:/tmp/cvs-serv25012/conio
Modified Files:
cterm.c cterm.h
Log Message:
Support save/restore/query of mouse tracking state.
--- SBBSecho 3.10-Linux
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
-
From
Deuce@1:103/705 to
Git commit to main/sbbs/master on Fri Jun 2 07:58:11 2023
https://gitlab.synchro.net/main/sbbs/-/commit/d225118a00b1d3f29f4e03b3
Modified Files:
src/conio/cterm.c cterm.h
Log Message:
Fix bracketpaste and erase lineThe bracketpaste "bit" was set to 0x16, not 0x10
or 16 as intended.Erase line would erase the wrong line if the scrolling region
didn'tstart on line 1.
--- SBBSecho 3.20-Linux
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
-
From
Deucе@1:103/705 to
Git commit to main/sbbs/master on Sun Nov 3 01:18:08 2024