Table of Contents - tty-cursor-0.7.1 Documentation
Pages
- CHANGELOG
-
README
- TTY::Cursor
- Installation
- Contents
- 1. Usage
- 2. Interface
- 2.1 Cursor Positioning
- 2.1.1 move_to(x, y)
- 2.1.2 move(x, y)
- 2.1.3 up(n)
- 2.1.4 down(n)
- 2.1.5 forward(n)
- 2.1.6 backward(n)
- 2.1.7 column(n)
- 2.1.8 row(n)
- 2.1.9 next_line
- 2.1.10 prev_line
- 2.1.11 save
- 2.1.12 restore
- 2.1.13 current
- 2.2 Cursor Visibility
- 2.2.1 show
- 2.2.2 hide
- 2.2.3 invisible(stream)
- 2.3 Text Clearing
- 2.3.1 clear_char(n)
- 2.3.2 clear_line
- 2.3.3 clear_line_before
- 2.3.4 clear_line_after
- 2.3.5 clear_lines(n, direction)
- 2.3.6 clear_screen
- 2.3.7 clear_screen_down
- 2.3.8 clear_screen_up
- 2.4 Scrolling
- 2.4.1 scroll_down
- 2.4.2 scroll_up
- Contributing
- Code of Conduct
- Copyright
- TTY::Cursor
Classes and Modules
Methods
- #backward — TTY::Cursor
- #clear_char — TTY::Cursor
- #clear_line — TTY::Cursor
- #clear_line_after — TTY::Cursor
- #clear_line_before — TTY::Cursor
- #clear_lines — TTY::Cursor
- #clear_rows — TTY::Cursor
- #clear_screen — TTY::Cursor
- #clear_screen_down — TTY::Cursor
- #clear_screen_up — TTY::Cursor
- #column — TTY::Cursor
- #current — TTY::Cursor
- #cursor_backward — TTY::Cursor
- #cursor_down — TTY::Cursor
- #cursor_forward — TTY::Cursor
- #cursor_up — TTY::Cursor
- #down — TTY::Cursor
- #forward — TTY::Cursor
- #hide — TTY::Cursor
- #invisible — TTY::Cursor
- #move — TTY::Cursor
- #move_to — TTY::Cursor
- #next_line — TTY::Cursor
- #prev_line — TTY::Cursor
- #restore — TTY::Cursor
- #row — TTY::Cursor
- #save — TTY::Cursor
- #scroll_down — TTY::Cursor
- #scroll_up — TTY::Cursor
- #show — TTY::Cursor
- #up — TTY::Cursor