what it means this printf's string format

Mar 18, 2009 at 11:30pm
i get a chunk of code at which appears this
string format: "\033[%d;%dH", any one knows
what it means... i know that \033 is the
scape character, and %dH is an especifier and
his descripcion (an integer decimal, interpreted
as short int), but what it mean [%d; ???

please any one

ha... printf("\033[%d,%dH",y,x) works in some way like
gotoxy(x,y)...
Mar 19, 2009 at 12:04am
It looks like an ANSI escape code for color changing. Maybe google \033.
Last edited on Mar 19, 2009 at 12:05am
Mar 19, 2009 at 11:42am
Mar 20, 2009 at 9:00pm
GENIAL.... gracias Jsmith...
COOL.....THKS JSMITH
Topic archived. No new replies allowed.