• src/sbbs3/putmsg.cpp sbbsdefs.h

    From rswindell@VERT to CVS commit on Mon Dec 5 23:13:53 2016
    src/sbbs3 putmsg.cpp 1.32 1.33 sbbsdefs.h 1.207 1.208
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv21582

    Modified Files:
    putmsg.cpp sbbsdefs.h
    Log Message:
    putmsg() (used to display menus, text files, messages to the terminal console) no longer ignores Ctrl-Z characters (CP/M EOF) by default. If you want the
    old behavior (Ctrl-Z characters not displayed, just skipped), specify the P_CPM_EOF mode flag.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Sat May 3 22:47:05 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/c874292110366387822784ee
    Modified Files:
    src/sbbs3/putmsg.cpp sbbsdefs.h
    Log Message:
    Add P_CENTER mode flag for printing centered multline text buffers/strings

    When used with putmsg(), centers the output based on the longest line.
    When used with printfile() line at a time mode, centers each line.
    When used with printfile() open/close mode, centers just the first line.

    So it's a little weird and wonky.
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net