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