From df800fb0b32c81ac93548053b42172a4583d5ad3 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 12 Nov 2023 22:18:53 -0800 Subject: [PATCH] xterm audit: reverse video (DECSCNM) --- website/app/vt/modes/decscnm/page.mdx | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 website/app/vt/modes/decscnm/page.mdx diff --git a/website/app/vt/modes/decscnm/page.mdx b/website/app/vt/modes/decscnm/page.mdx new file mode 100644 index 000000000..f68e69019 --- /dev/null +++ b/website/app/vt/modes/decscnm/page.mdx @@ -0,0 +1,11 @@ +import VTMode from "@/components/VTMode"; + +# Reverse Video (DECSCNM) + + + +Swap the foreground/background colors of cells. + +This swaps the foreground and background color of cells when displayed. +This does not physically alter the cell state or cell contents; only the +rendered state is affected.