Interface ReportWriter

The writer interface is used to present information to the user.

interface ReportWriter ;

Methods

NameDescription
goTo () Go back a few lines
hideCursor () Hide the cursor from user
showCursor () Show the cursor from user
width () Get how many characters you can print on a line
write (, ) Write a string
writeln (, ) Write a string and go to a new line
writeReverse (, ) Write a string with reversed colors

Enums

NameDescription
Context The information type. Convey meaning through color with a handful of emphasis utility classes.