screenAlignmentTest method

  1. @override
void screenAlignmentTest()
override

Implementation

@override
void screenAlignmentTest() {
  final style = CursorStyle(
    foreground: _cursorStyle.foreground,
    background: _cursorStyle.background,
  );
  _originMode = false;
  _buffer.screenAlignmentTest(style);
}