mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
xterm audit: reverse video (DECSCNM)
This commit is contained in:
11
website/app/vt/modes/decscnm/page.mdx
Normal file
11
website/app/vt/modes/decscnm/page.mdx
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
import VTMode from "@/components/VTMode";
|
||||||
|
|
||||||
|
# Reverse Video (DECSCNM)
|
||||||
|
|
||||||
|
<VTMode value={5} />
|
||||||
|
|
||||||
|
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.
|
Reference in New Issue
Block a user