mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
12 lines
314 B
Plaintext
12 lines
314 B
Plaintext
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.
|