eraseLineToBegin top-level constant
Clears from cursor to beginning of the line.
See eraseLineOpen, eraseLineToEnd and eraseLine.
Implementation
const String eraseLineToBegin = '${eraseLineOpen}1$eraseLineClose';
Clears from cursor to beginning of the line.
See eraseLineOpen, eraseLineToEnd and eraseLine.
const String eraseLineToBegin = '${eraseLineOpen}1$eraseLineClose';