• src/conio/cterm.adoc

    From Deucе@1:103/705 to Git commit to main/sbbs/master on Sun Mar 15 19:01:12 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/d94f3696a23bc084d817bc3c
    Modified Files:
    src/conio/cterm.adoc
    Log Message:
    Fix three documentation issues in cterm.adoc

    - Add missing DECRQSS 'm' (SGR) row to the supported pt values table
    and fix the header column from "Request SGR parameters" to "Description"
    - Document OSC 10;? and OSC 11;? (query default foreground/background
    color), which are implemented in cterm.c but were undocumented
    - Fix APC section intro: "Operating System Command" → "Application
    Program Command"

    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Sun Mar 15 19:01:12 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/32c172a8c21e1bbfb5d176e4
    Modified Files:
    src/conio/cterm.adoc
    Log Message:
    Document Backspace/Delete key DECBKM-dependent behavior in key table

    The key table was missing the Backspace entry entirely, and the Delete
    entry didn't mention that its output depends on DECBKM mode (CSI ? 67):
    - Backspace sends \b when DECBKM is set (default), \x7f when reset
    - Delete sends \x7f when DECBKM is set (default), CSI 3~ when reset

    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)