• src/conio/cterm.c cterm.h cterm.txt

    From deuce@VERT to CVS commit on Tue Jul 9 09:13:26 2019
    src/conio cterm.c 1.245 1.246 cterm.h 1.56 1.57 cterm.txt 1.51 1.52
    Update of /cvsroot/sbbs/src/conio
    In directory cvs:/tmp/cvs-serv5820

    Modified Files:
    cterm.c cterm.h cterm.txt
    Log Message:
    Initial work for DECRQSS/DECRPSS from VT-420.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From deuce@VERT to CVS commit on Thu Jul 11 17:49:35 2019
    src/conio cterm.c 1.253 1.254 cterm.h 1.57 1.58 cterm.txt 1.56 1.57
    Update of /cvsroot/sbbs/src/conio
    In directory cvs:/tmp/cvs-serv11814

    Modified Files:
    cterm.c cterm.h cterm.txt
    Log Message:
    Add more standard sequences.

    CSI Pn b (Repeat previous char)
    Actually mildly useful... repeat any character.
    CSI Ps d (Line position absolute)
    Moves to a specific row without changing column.
    Mildly useful.
    CSI Pn a (Cursor forward)
    Identical to CSI Pn C
    CSI Pn ` (Absolute position in line)
    Identical to CSI Pn G
    ESC H (Add Tab Stop)
    ie: Break everything else that uses tabs this session.
    CSI Pn g (Clear Tabs)
    ie: Break everything else that uses tabs this session.
    CSI 2 $ w (Request Tab Report)
    So, maybe it can be fixed after you break it! Yay!
    ESC M (Reverse Line Feed)
    Basically up one line. Not really useful since we have cursor up.
    CSI Ps e (Line position relative)
    Identical to CSI Pn B




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From deuce@VERT to CVS commit on Sat Apr 11 00:35:32 2020
    src/conio cterm.c 1.260 1.261 cterm.h 1.61 1.62 cterm.txt 1.60 1.61
    Update of /cvsroot/sbbs/src/conio
    In directory cvs:/tmp/cvs-serv24458

    Modified Files:
    cterm.c cterm.h cterm.txt
    Log Message:
    Add left and right margin setting command. When combined with top and
    bottom margin, you can now create a completely separate sub-window.

    This command replaces CSI s to save the cursor position... since this non-standard extension is very widely used, set left/right margin only
    works when mode 69 is enabled using CSI ? 69 h. The margins are retained
    when CSI ? 69 l is sent, only the command to adjust them is disabled.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From deuce@VERT to CVS commit on Tue Apr 14 05:31:22 2020
    src/conio cterm.c 1.275 1.276 cterm.h 1.62 1.63 cterm.txt 1.66 1.67
    Update of /cvsroot/sbbs/src/conio
    In directory cvs:/tmp/cvs-serv6444

    Modified Files:
    cterm.c cterm.h cterm.txt
    Log Message:
    Support macros... currently, only 64 are supported, but that could
    be expanded if people like it... this can be used to store and replay data, making sprites a lot easier to implement client-side.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net