hey,
how can I write into the terminal to lines above using printf() format strings?
e.g., by
"\n" I get a new line below
"\t" is a tab space to the right
"\r" is supposed to be back to the start of the current line ...
but which formatting command do I have to use if I want to write into some former lines, already been written some lines above, to overwrite them?
(My C program is opening the LX Terminal, Raspbian Jessie)