Table of Contents

Field CSI_EnableSgrExtModeMouse

Namespace
Terminal.Gui.Drivers
Assembly
Terminal.Gui.dll

ESC [ ? 1006 h - Enable SGR extended mouse mode (mode 1006).

public static readonly string CSI_EnableSgrExtModeMouse

Returns

string
ESC [ ? 1006 h - Enable SGR extended mouse mode (mode 1006).

Remarks

SGR mode provides the modern mouse reporting format with several advantages:

  • Decimal text format: ESC[<button;x;yM (press) or ESC[<button;x;ym (release)
  • Unlimited coordinate range (not constrained by byte encoding)
  • Unambiguous press/release distinction via M/m terminator
  • Human-readable and easier to parse

Supported by Windows Terminal, iTerm2, xterm, and most modern terminal emulators.