• src/sbbs3/readmail.cpp readmsgs.cpp

    From rswindell@1:103/705 to CVS commit on Sat Aug 3 02: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. :-)

    --- SBBSecho 3.08-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Fri Apr 10 22: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>

    --- SBBSecho 3.10-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Sun May 10 20: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).

    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Sun May 10 22: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.

    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)