Field CSI_RestoreCursorAndRestoreAltBufferWithBackscroll
ESC [ ? 1049 l - Restore cursor position and restore xterm working buffer (with backscroll)
public static readonly string CSI_RestoreCursorAndRestoreAltBufferWithBackscroll
Returns
- string
- ESC [ ? 1049 l - Restore cursor position and restore xterm working buffer (with backscroll)
Remarks
From https://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.