• src/conio/retro.c

    From Deucе@VERT to Git commit to main/sbbs/master on Monday, January 27, 2025 23:12:27
    https://gitlab.synchro.net/main/sbbs/-/commit/eeab6b6ba32155a4f479a8a2
    Modified Files:
    src/conio/retro.c
    Log Message:
    Don't export keyval

    Win32CIO already does that.

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Monday, January 27, 2025 23:12:27
    https://gitlab.synchro.net/main/sbbs/-/commit/357a25b9c61ccfb4e08eeb72
    Modified Files:
    src/conio/retro.c
    Log Message:
    Derp, map the raw key too.

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Monday, January 27, 2025 23:20:49
    https://gitlab.synchro.net/main/sbbs/-/commit/30b7b398ddb65a571425feb6
    Modified Files:
    src/conio/retro.c
    Log Message:
    Heh, fix codes over 255 as well.

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Tuesday, January 28, 2025 09:43:17
    https://gitlab.synchro.net/main/sbbs/-/commit/157943e0d781cb2d1c8e4160
    Modified Files:
    src/conio/retro.c
    Log Message:
    Call exit() rather than sleep forever in retro_deinit()

    This doesn't fix anything since calling exit() from a DLL is
    nonsense, but at least it's less wrong than just waiting forever.

    Also, when main() returns, tell the frontent to shut down.

    It's most likely that this ends up causing the frontend to crash,
    but if the stars align, it may exit instead.

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Tuesday, January 28, 2025 09:44:44
    https://gitlab.synchro.net/main/sbbs/-/commit/476e4f1e8359f76429e015ae
    Modified Files:
    src/conio/retro.c
    Log Message:
    Don't call video_cb() if it's NULL

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Tuesday, January 28, 2025 09:45:37
    https://gitlab.synchro.net/main/sbbs/-/commit/768558d40ea65f772c297ef6
    Modified Files:
    src/conio/retro.c
    Log Message:
    Don't call env cb if it's NULL

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net