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

    From deuce@VERT to CVS commit on Sat Apr 11 04: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 09: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