Field CSI_RestoreCursorAndRestoreAltBufferWithBackscroll | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
ESC [ ? 1049 l - Restore cursor position and restore xterm working buffer (with backscroll)
public static readonly string CSI_RestoreCursorAndRestoreAltBufferWithBackscroll
Returns
ESC [ ? 1049 l - Restore cursor position and restore xterm working buffer (with backscroll)
Remarks
Fromhttps://invisible-island.net/xterm/ctlseqs/ctlseqs.html#h3-Functions-using-CSI-_-ordered-by-the-final-character_s_ Use Normal Screen Buffer and restore cursor as in DECRC, xterm. resource.This combines the effects of the 1047 and 1048 modes.