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--;
for(; space > 0; space--)
tputc(' ');
tcursor(CSright);
}
void

Loading…
Cancel
Save