• src/sbbs3/js_conio.c

    From rswindell@1:103/705 to CVS commit on Thu Sep 19 18:46:12 2019
    src/sbbs3 js_conio.c 1.34 1.35
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv5615

    Modified Files:
    js_conio.c
    Log Message:
    Clarify that conio object is only available in JSexec.
    Fixed typo.


    --- SBBSecho 3.10-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From deuce@1:103/705 to CVS commit on Tue Sep 24 19:53:52 2019
    src/sbbs3 js_conio.c 1.35 1.36
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv7514

    Modified Files:
    js_conio.c
    Log Message:
    Fix conio.getfont() return value.



    --- SBBSecho 3.10-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From deuce@1:103/705 to CVS commit on Wed Apr 1 00:39:16 2020
    src/sbbs3 js_conio.c 1.36 1.37
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv16559/sbbs3

    Modified Files:
    js_conio.c
    Log Message:
    More SDL2 fixes...

    Remove CIOLIB_MODE_SDL_YUV* macros, these modes have no point anymore
    Fix SDL prototypes

    Use _beginthread() instead of SDL_CreateThread(). For some reason, using CreateThread() sometimes caused an application crash (ie: when using -?) Everyhing else uses _beginthread() so there's no reason for this to be
    special, especially when it breaks stuff.


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