module Cransi
Overview
Cransi encapsulates a collection of ANSI escape codes that can be used to manipulate the terminal
Defined in:
cransi.crConstant Summary
-
VERSION =
"0.1.0"
Class Method Summary
- .cursor_backward(count = 1) : String
- .cursor_col(count = 1) : String
- .cursor_down(count = 1) : String
- .cursor_forward(count = 1) : String
- .cursor_get_pos : String
- .cursor_hide : String
- .cursor_home : String
- .cursor_next_line(count = 1) : String
- .cursor_prev_line(count = 1) : String
- .cursor_restore : String
- .cursor_save : String
- .cursor_show : String
- .cursor_to(row : Int, col : Int) : String
- .cursor_up(count = 1) : String
- .delete_char(count = 1) : String
- .delete_line(count = 1) : String
- .erase_chars(count = 1) : String
- .erase_down : String
- .erase_end : String
- .erase_home : String
- .erase_line : String
- .erase_screen : String
- .erase_terminal : String
- .erase_up : String
- .insert_char(count = 1) : String
- .insert_line(count = 1) : String
- .repeat(count = 1) : String
- .scroll_down(count = 1) : String
- .scroll_up(count = 1) : String