tab moves the cursor instead of inserting spaces.

Aurélien Aptel 17 years ago
parent 9364de4c64
commit 2fab2ea5ed

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

Loading…
Cancel
Save