mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-22 21:32:31 +00:00
Overhaul process spawning
This commit is contained in:
parent
99dc1281f5
commit
26e254fb4d
96 changed files with 1848 additions and 1541 deletions
|
@ -9,8 +9,11 @@
|
|||
#endif
|
||||
#include "libc/calls/calls.h"
|
||||
|
||||
// clears the teletypewriter display with empty cells
|
||||
// clears teletypewriter display
|
||||
//
|
||||
// - \e[H moves to top left of display
|
||||
// - \e[J erases whole display forward
|
||||
|
||||
int main(int argc, char *argv[]) {
|
||||
write(1, "\e[H", 3);
|
||||
write(1, "\e[H\e[J", 6);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue