eraseLineClose top-level constant

String const eraseLineClose

Closing tag for Erase in Line (Erase Line).

Template: {eraseLineOpen}[n]{eraseLineClose}.

Erase part of the screen:

  • If n is 0 (or missing), clear from cursor to the end of the line. See eraseLineToEnd.
  • If n is 1, clear from cursor to beginning of the line. See eraseLineToBegin.
  • If n is 2, clear entire line. See eraseLine.

Implementation

const String eraseLineClose = 'K';