34namespace cursor_symbols {
60 static string up(uint8_t n) {
69 static string down(uint8_t n) {
78 static string right(uint8_t n) {
87 static string left(uint8_t n) {
96 static string down_n_lines(uint8_t n) {
105 static string up_n_lines(uint8_t n) {
114 static string to_column(uint8_t n) {
126 static string to(uint8_t n, uint8_t m) {
128 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)