|  | cpp-terminal 1.0.0
    Small C++ library for writing multiplatform terminal applications | 
Go to the source code of this file.
| Classes | |
| class | Term::Cursor | 
| Namespaces | |
| namespace | Term | 
| Functions | |
| Term::Cursor | Term::cursor_position () | 
| std::string | Term::cursor_move (const std::size_t &row, const std::size_t &column) | 
| std::string | Term::cursor_up (const std::size_t &rows) | 
| std::string | Term::cursor_down (const std::size_t &rows) | 
| std::string | Term::cursor_left (const std::size_t &columns) | 
| std::string | Term::cursor_right (const std::size_t &columns) | 
| std::string | Term::cursor_position_report () | 
| std::string | Term::cursor_off () | 
| std::string | Term::cursor_on () | 
| std::string | Term::clear_eol () |