\t in console

Post Reply
z.g
Posts: 22
Joined: Thu Dec 18, 2008 8:33 pm

\t in console

Post by z.g » Wed Jun 10, 2009 7:02 pm

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;
?

Ludo6431
Posts: 5
Joined: Fri Apr 03, 2009 12:00 pm

Re: \t in console

Post by Ludo6431 » Mon Jul 20, 2009 7:09 pm

good idea

Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot] and 18 guests