requestBackgroundColorReport static method

Cmd requestBackgroundColorReport()

Requests the terminal background color (OSC 11), plus DA1 as a follow-up.

Implementation

static Cmd requestBackgroundColorReport() => writeRaw(
  term_ansi.Ansi.requestBackgroundColor +
      term_ansi.Ansi.requestPrimaryDeviceAttributes,
);