• src/conio/cterm.c cterm.h

    From deuce@VERT 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.



    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From deuce@VERT 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.



    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From deuce@VERT 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.



    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deuce@VERT 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 line

    The bracketpaste "bit" was set to 0x16, not 0x10 or 16 as intended.
    Erase line would erase the wrong line if the scrolling region didn't
    start on line 1.
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net