• src/sbbs3/getstr.cpp

    From rswindell@1:103/705 to CVS commit on Wed Sep 5 16:07:02 2018
    src/sbbs3 getstr.cpp 1.32 1.33
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/home/rswindell/sbbs/src/sbbs3

    Modified Files:
    getstr.cpp
    Log Message:
    A simple tab-completion when the history list passed to getstr() is not
    NULL. When history is NULL, treat TAB the same as before (in weird ways).
    The TAB-completion algo is very simple: just find the first (case
    insensitive) match in the history list and if there is one, use it as the current string content.


    --- SBBSecho 3.06-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Ragnarok@1:103/705 to rswindell on Thu Sep 6 11:31:58 2018
    El 05/09/18 a las 20:07, rswindell escribi≤:
    src/sbbs3 getstr.cpp 1.32 1.33
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/home/rswindell/sbbs/src/sbbs3

    Modified Files:
    getstr.cpp
    Log Message:
    A simple tab-completion when the history list passed to getstr() is not
    NULL. When history is NULL, treat TAB the same as before (in weird ways).
    The TAB-completion algo is very simple: just find the first (case insensitive) match in the history list and if there is one, use it as the current string content.

    very nice!!!!!

    ---
    ■ Synchronet ■ Dock Sud BBS TLD 24 HS - http://bbs.docksud.com.ar - telnet://bbs.docksud.com.ar
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Mon Mar 30 17:47:08 2020
    src/sbbs3 getstr.cpp 1.37 1.38
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv5553

    Modified Files:
    getstr.cpp
    Log Message:
    Don't limit the input length of getstr() based on the terminal width in columns when echo is disabled or when we're echoing X's (for password input).
    Ctrl-R key would redraw the raw password at a password prompt, even when the console is in Echo-X mode, pass a non-zero mode flag to redrwstr() to fix that. Also, some experimental UTF-8 input stuff that doesn't work right yet.

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