Cransi
Cransi encapsulates a collection of ANSI escape codes that can be used to manipulate the terminal
Constants
VERSION = "0.1.0"
Class methods
cursor_backward(count = 1) : String
Sourcecursor_col(count = 1) : String
Sourcecursor_down(count = 1) : String
Sourcecursor_forward(count = 1) : String
Sourcecursor_get_pos
Sourcecursor_hide
Sourcecursor_home
Sourcecursor_next_line(count = 1) : String
Sourcecursor_prev_line(count = 1) : String
Sourcecursor_restore
Sourcecursor_save
Sourcecursor_show
Sourcecursor_to(row : Int, col : Int) : String
Sourcecursor_up(count = 1) : String
Sourcedelete_char(count = 1) : String
Sourcedelete_line(count = 1) : String
Sourceerase_chars(count = 1) : String
Sourceerase_down
Sourceerase_end
Sourceerase_home
Sourceerase_line
Sourceerase_screen
Sourceerase_terminal
Sourceerase_up
Sourceinsert_char(count = 1) : String
Sourceinsert_line(count = 1) : String
Sourcerepeat(count = 1) : String
Sourcescroll_down(count = 1) : String
Sourcescroll_up(count = 1) : String
Source