Table of Contents

Field CSI_SaveCursorAndActivateAltBufferNoBackscroll

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

ESC [ ? 1049 h - Save cursor position and activate xterm alternative buffer (no backscroll)

public static readonly string CSI_SaveCursorAndActivateAltBufferNoBackscroll

Returns

string
ESC [ ? 1049 h - Save cursor position and activate xterm alternative buffer (no backscroll)

Remarks

From https://invisible-island.net/xterm/ctlseqs/ctlseqs.html#h3-Functions-using-CSI-_-ordered-by-the-final-character_s_ Save cursor as in DECSC, xterm. After saving the cursor, switch to the Alternate Screen Buffer, clearing it first. This control combines the effects of the 1047 and 1048 modes. Use this with terminfo-based applications rather than the 47 mode.