Page 1 of 1

\t in console

Posted: Wed Jun 10, 2009 7:02 pm
by z.g
now \t implemented as

Code: Select all

currentConsole->cursorX  += currentConsole->tabSize;
is not it will be implemented as:

Code: Select all

currentConsole->cursorX  += currentConsole->tabSize;
currentConsole->cursorX -= currentConsole->cursorX % currentConsole->tabSize;
?

Re: \t in console

Posted: Mon Jul 20, 2009 7:09 pm
by Ludo6431
good idea