From 44f5dccc372e9c25580da6801c89318a740823b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Deuc=D0=B5?= <shurd@sasktel.net> Date: Fri, 21 Apr 2023 13:45:52 -0400 Subject: [PATCH] Fix documentation for CTDA --- src/conio/cterm.txt | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/conio/cterm.txt b/src/conio/cterm.txt index 0740b09050..439e8df646 100644 --- a/src/conio/cterm.txt +++ b/src/conio/cterm.txt @@ -750,13 +750,12 @@ CSI < Ps c (CTDA) Possible values for Ps: 1 - Loadable fonts are availabe via Device Control Strings - 2 - Palette entries may be modified via an Operating System Command + 2 - Bright Background (ie: DECSET 32) is supported + 3 - Palette entries may be modified via an Operating System Command string - 3 - Pixel operations are supported (currently, sixel and PPM + 4 - Pixel operations are supported (currently, sixel and PPM graphics) - 4 - The current font may be selected via CSI Ps1 ; Ps2 sp D - 5 - More than the standard 16 colours may by configured via - Operating System Command strings + 5 - The current font may be selected via CSI Ps1 ; Ps2 sp D 6 - Extended palette is available 7 - Mouse is available -- GitLab