AppStatus.eraseStaticLines

Clear all the bottom static lines from the console (including header and footer).

This method is useful for erasing the bottom static lines when there is nothing meaningful to be shown there anymore. This generally happens close to the end of an application's run, and is thus expected to be called only a single time.

Note that the caller needs to make sure that the static lines are already displayed before calling this method, otherwise unintended lines might be deleted.

class AppStatus
void
eraseStaticLines
()

Meta