• src/sbbs3/readmail.cpp readmsgs.cpp

    From rswindell@VERT to CVS commit on Fri Aug 2 22:41:19 2019
    src/sbbs3 readmail.cpp 1.93 1.94 readmsgs.cpp 1.122 1.123
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv16061

    Modified Files:
    readmail.cpp readmsgs.cpp
    Log Message:
    When listing messages:
    - Use the P_TRUNCATE pmode flag to prevent long msg subj from wrapping the
    terminal
    - Use msghdr_text() to do the magic UTF-8/CP437 dance for messages with UTF-8
    header fields (e.g. to/from/subject)

    This is why I assigned MSG_HFIELDS_UTF8 the same bit-flag value as P_UTF8. :-)


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Fri Apr 10 18:18:39 2020
    src/sbbs3 readmail.cpp 1.98 1.99 readmsgs.cpp 1.129 1.130
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv30995

    Modified Files:
    readmail.cpp readmsgs.cpp
    Log Message:
    Mark Lewis' request to have the left and right arrow keys move back and forward through messages (in index order, I presume), same as -/Bkspace and +/Enter.
    I also have the Home key move to the first message and End key move to the last. <shrug>


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sun May 10 16:56:30 2020
    src/sbbs3 readmail.cpp 1.99 1.100 readmsgs.cpp 1.130 1.131
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv8218

    Modified Files:
    readmail.cpp readmsgs.cpp
    Log Message:
    Mouse hotspots for readings msgs/mail prompts (just to move forward, CR).


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sun May 10 18:01:02 2020
    src/sbbs3 readmail.cpp 1.100 1.101 readmsgs.cpp 1.131 1.132
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv19070

    Modified Files:
    readmail.cpp readmsgs.cpp
    Log Message:
    Revert the previous commit, gonna use Ctrl-A codes in the text.dat strings to achieve this hotspot (click for next) and the '?' hotspot for menu.


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