TerminalOutput.cr

Carriage return (sends cursor back to the start of the line).

class TerminalOutput
alias cr = csiSeq!("0" ~ Terminal.HORIZONTAL_MOVE_CURSOR)

Meta