35namespace cursor_symbols {
61 static string up(uint8_t n) {
70 static string down(uint8_t n) {
79 static string right(uint8_t n) {
88 static string left(uint8_t n) {
97 static string down_n_lines(uint8_t n) {
106 static string up_n_lines(uint8_t n) {
115 static string to_column(uint8_t n) {
127 static string to(uint8_t n, uint8_t m) {
129 if (n >= 1 && m >= 1) {
Simple library for doing things involving moving the curser when producing terminal output.
static string erase_display(uint8_t n)
static string to(uint8_t n, uint8_t m)
static string erase_line(uint8_t n)