Render cursor

This commit is contained in:
Daniel Eklöf 2019-06-13 20:40:03 +02:00
parent 71703e7dc6
commit 46e3c9d4d4
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 69 additions and 20 deletions

View file

@ -60,6 +60,9 @@ slave_spawn(int ptmx)
sleep(1);
write(STDOUT_FILENO, "yeehaa", 6);
sleep(1);
write(STDOUT_FILENO, "\rXXX", 4);
sleep(1000);
err: