2023-11-12 22:18:53 -08:00

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.