eraseLineToBegin top-level constant

String const eraseLineToBegin

Clears from cursor to beginning of the line.

See eraseLineOpen, eraseLineToEnd and eraseLine.

Implementation

const String eraseLineToBegin = '${eraseLineOpen}1$eraseLineClose';