println
Append the source string passed as argument to the buffer, then append a newline. If this is being appended at the beginning of a line, performs indentation first.
The source line to be printed should not contain newline/carriage-return characters. If the source line passed as argument contains newline/carriage-return characters would impredictably affect a correct computation of the current getCursor position.
Return
this instance, for nesting calls to method as fluent interface
Parameters
arg
source line to be printed (should not contain newline/carriage-return characters)
Append a newline to the buffer.
Return
this instance, for nesting calls to method as fluent interface