TerminalOutput.up

Move the cursor up a line

class TerminalOutput
alias up = csiSeq!("1" ~ Terminal.CURSOR_UP)

Meta