" No. It will update the screen for every character/newline printed. But stdout in C is line-buffered by default, so only full lines get sent to the console (if we are talking about userspace). " Correction: it updates the screen for every write(2) operation.
-Jiri
_______________________________________________ HelenOS-devel mailing list HelenOS-devel@lists.modry.cz http://lists.modry.cz/listinfo/helenos-devel