Consoles
Term.Consoles.beginning_previous_lineTerm.Consoles.change_scroll_regionTerm.Consoles.clearTerm.Consoles.console_heightTerm.Consoles.console_widthTerm.Consoles.cursor_positionTerm.Consoles.erase_lineTerm.Consoles.hide_cursorTerm.Consoles.lineTerm.Consoles.move_to_lineTerm.Consoles.next_lineTerm.Consoles.restorecursorTerm.Consoles.savecursorTerm.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