• exec/dorkit/jsexec_console.js jsexec_input.js

    From deuce@VERT to CVS commit on Sat Nov 7 23:28:04 2015
    exec/dorkit jsexec_console.js NONE 1.1 jsexec_input.js NONE 1.1
    Update of /cvsroot/sbbs/exec/dorkit
    In directory cvs:/tmp/cvs-serv25841/dorkit

    Added Files:
    jsexec_console.js jsexec_input.js
    Log Message:
    Add jsexec support. This is likely problematical on Win32, since you can't select() a file on that OS. Also, opening the "CON" file may not do what
    I expect.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From deuce@VERT to CVS commit on Fri Nov 13 23:00:08 2015
    exec/dorkit jsexec_console.js 1.4 1.5 jsexec_input.js 1.4 1.5
    Update of /cvsroot/sbbs/exec/dorkit
    In directory cvs:/tmp/cvs-serv3949

    Modified Files:
    jsexec_console.js jsexec_input.js
    Log Message:
    Use stdin/stdout for console I/O... this allows us to call stdout.flush()
    after each write so we don't require the -f option.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From deuce@VERT to CVS commit on Mon Nov 16 09:07:42 2015
    exec/dorkit jsexec_console.js 1.6 1.7 jsexec_input.js 1.6 1.7
    Update of /cvsroot/sbbs/exec/dorkit
    In directory cvs:/tmp/cvs-serv14701/dorkit

    Modified Files:
    jsexec_console.js jsexec_input.js
    Log Message:
    Use raw_read()/raw_write() and go back to using socket_select() on !Win32.

    No longer blocks for an extra keypress at termination on *nix. Something
    like raw_poll or something will be needed to let Win32 work (and to avoid
    the silly socket_select(file) usage).




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net