• exec/ftn-setup.js xtrn-setup.js

    From rswindell to CVS commit on Saturday, April 25, 2020 02:22:01
    exec ftn-setup.js 1.9 1.10 xtrn-setup.js 1.6 1.7
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv7112

    Modified Files:
    ftn-setup.js xtrn-setup.js
    Log Message:
    Resolve perform issue (> 1 second lag after key-press and screen update
    on rPi3) by using Frame.home() and Frame.cleartoeol() rather than Frame.clear().


  • From rswindell to CVS commit on Sunday, April 26, 2020 19:10:25
    exec ftn-setup.js 1.10 1.11 xtrn-setup.js 1.7 1.8
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv24387

    Modified Files:
    ftn-setup.js xtrn-setup.js
    Log Message:
    Go back to the simpler design, no more cleartoeol() calls, now that we
    have frame.erase() - thanks Matt!


  • From echicken to CVS commit on Friday, May 08, 2020 20:37:35
    exec ftn-setup.js 1.12 1.13 xtrn-setup.js 1.9 1.10
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv22199

    Modified Files:
    ftn-setup.js xtrn-setup.js
    Log Message:
    Click on "[Q] to quit" to quit.


  • From Rob Swindell to Git commit to sbbs/master on Tuesday, September 08, 2020 23:41:27
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/d7ab022507dccf40dba0fe34
    Modified Files:
    exec/ftn-setup.js xtrn-setup.js
    Log Message:
    A spinning cursor would cause the screen to scroll.

    Call getkey() with K_NOSPIN mode flag.