• src/conio/ciolib.h

    From Deucе@1:103/705 to Git commit to main/sbbs/master on Sat Mar 13 11:51:21 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/e679fa13d4658d06b818fa5b
    Modified Files:
    src/conio/ciolib.h
    Log Message:
    include curs_fix from ciolib.h to fix openSUSEApparently, the ncurses in openSUSE Leap-15.2 has the following:Since we have a struct member named ESCDELAY, we can't actually setit at all when this macro is defined.The three possibilities to deal with this are:1) Rename the ESCDELAY member. Likely the best option long-term, but I don't want to find everything and update it at this time.2) Avoid using the ESCDELAY member #ifdef ESCDELAY Which makes it not work in the exact set of circumstances it makes sense in.3) #include curs_fix.h from ciolib.h This actually renames the ESCDELAY member to _nc_ESCDELAY, but you won't be able to actually notice this.
    --- SBBSecho 3.13-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Wed Feb 23 13:07:35 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/6f8041a2a4a59a93d48604de
    Modified Files:
    src/conio/ciolib.h
    Log Message:
    Move all exported variables into extern "C" block
    --- SBBSecho 3.14-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Sat Feb 26 21:44:25 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/b749292d8b8e0b4941814d06
    Modified Files:
    src/conio/ciolib.h
    Log Message:
    Make ciolib_appname const
    --- SBBSecho 3.14-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Wed May 3 09:36:02 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/4cfb0cc5fcffc8c333c16797
    Modified Files:
    src/conio/ciolib.h
    Log Message:
    GDI needs CIOLIB_main as well
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Windows 11)@1:103/705 to Git commit to main/sbbs/master on Tue Feb 13 18:03:44 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/337743edbbe7f9f3f2507e9c
    Modified Files:
    src/conio/ciolib.h
    Log Message:
    Change enum text_modes (plural) to enum text_mode (singular)

    This is the way.
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)