• src/syncterm/bbslist.c

    From Deucе@1:103/705 to Git commit to main/sbbs/master on Mon Mar 15 02:42:16 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/67469416d7681e6b377855a2
    Modified Files:
    src/syncterm/bbslist.c
    Log Message:
    Change default connection type from RLogin to SSH because it's 2021 dammit.
    --- SBBSecho 3.13-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Mon Mar 15 03:43:01 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/fe33deb7d7abdf8253c2a09e
    Modified Files:
    src/syncterm/bbslist.c
    Log Message:
    Make log level selection a menu like every other non-binary option.
    --- SBBSecho 3.13-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Mon Mar 15 12:02:27 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/6325bf4596f749354b0e0c2c
    Modified Files:
    src/syncterm/bbslist.c
    Log Message:
    Move log options into a separate menu and fix overflowsThere are too many options now to fit in an 80x25 screen, so groupall the log options into a separate sub-menu.While we're here, notice that we're writing paths up to MAX_PATHinto an 80-character buffer and fix that.
    --- SBBSecho 3.13-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Thu Mar 18 10:19:49 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/4fd1f9cf53d86689b44a108e
    Modified Files:
    src/syncterm/bbslist.c
    Log Message:
    Fix menu draw when returning to dialing list from commentAlso note the spectacularily poorly named WIN_REDRAW and WIN_NODRAWflags. WIN_REDRAW indicates that this *is* a redraw of the menu,which indicates that you don't need to redraw the menu (because it'salready correct on screen). Weird, but not insane... WIN_NODRAW onthe other hand indicates this is *not* a redraw, and that the windowis incorrect on screen and you therefore *must* redraw the menu.That is to say:WIN_REDRAW prevents the window from being redrawnWIN_NODRAW forces the window to be redrawn
    --- SBBSecho 3.13-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Mon Mar 29 16:55:44 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/9a4d3cd683daaab55ebf799d
    Modified Files:
    src/syncterm/bbslist.c
    Log Message:
    Fix issue with redrawing BBS list from settings menuSometimes the comment wasn't redrawn.Also, remove configurable mouse actions stuff, not implemented in13 years, I suspect I'll never do it.
    --- SBBSecho 3.14-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Fri May 14 16:40:25 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/c389e6a5233e3c0e7fedda27
    Modified Files:
    src/syncterm/bbslist.c
    Log Message:
    Don't pass -1 as cur or bar.Sheesh.
    --- SBBSecho 3.14-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Mon May 17 18:42:29 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/f688ecceef4dd492558a6eeb
    Modified Files:
    src/syncterm/bbslist.c
    Log Message:
    Passing a NULL bar prevents *cur from being off the first screen.Instead, just set bar to the end and let ulist() sort it out. Itsucks, but it sucks less.
    --- SBBSecho 3.14-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Mon May 17 18:56:22 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/2167cb772586afbc83b010eb
    Modified Files:
    src/syncterm/bbslist.c
    Log Message:
    Fix off-by-one error in program settings.
    --- SBBSecho 3.14-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Wed May 19 18:27:55 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/b8aa20b38db8b8d6823fe84b
    Modified Files:
    src/syncterm/bbslist.c
    Log Message:
    Recalculate list height before showing after mode change
    --- SBBSecho 3.14-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Fri May 21 18:35:04 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/baa471f6b1fb527849667b6a
    Modified Files:
    src/syncterm/bbslist.c
    Log Message:
    Fix custom mode font size picker
    --- SBBSecho 3.14-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Sat May 22 02:38:59 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/9231ac9baf5f509364c3c548
    Modified Files:
    src/syncterm/bbslist.c
    Log Message:
    Set mode by macro, not number
    --- SBBSecho 3.14-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)