Consoles
Term.Consoles.beginning_previous_line
Term.Consoles.change_scroll_region
Term.Consoles.clear
Term.Consoles.console_height
Term.Consoles.console_width
Term.Consoles.cursor_position
Term.Consoles.erase_line
Term.Consoles.hide_cursor
Term.Consoles.line
Term.Consoles.move_to_line
Term.Consoles.next_line
Term.Consoles.restorecursor
Term.Consoles.savecursor
Term.Consoles.show_cursor
Term.Consoles.beginning_previous_line
— FunctionMove cursor to the beginning of the previous line
Term.Consoles.change_scroll_region
— FunctionChange the position of the scrolling region in the terminal.
See: http://www.sweger.com/ansiplus/EscSeqScroll.html
Term.Consoles.clear
— Functionclear(io::IO = stdout)
Clear terminal from anything printed in the REPL.
Term.Consoles.console_height
— Functionconsole_height()
Get the current console height.
Term.Consoles.console_width
— Functionconsole_width()
Get the current console width.
Term.Consoles.cursor_position
— FunctionGet cursor position
Term.Consoles.erase_line
— FunctionErase last line in console.
Term.Consoles.hide_cursor
— FunctionHide cursor
Term.Consoles.line
— Functionwrite a new line.
Term.Consoles.move_to_line
— FunctionMove cursor to a specific line
Term.Consoles.next_line
— FunctionMove cursor down one or more lines
Term.Consoles.restorecursor
— FunctionRestore a previously saved cursor position
Term.Consoles.savecursor
— FunctionSave the current cursor position
Term.Consoles.show_cursor
— FunctionShow cursor