tab moves the cursor instead of inserting spaces.

master
Aurélien Aptel 16 years ago
parent 1cf8b77d27
commit a866108af2

@ -566,7 +566,7 @@ tputtab(void) {
space--; space--;
for(; space > 0; space--) for(; space > 0; space--)
tputc(' '); tcursor(CSright);
} }
void void

Loading…
Cancel
Save