mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-06-04 03:03:25 -04:00
Render cursor
This commit is contained in:
parent
71703e7dc6
commit
46e3c9d4d4
2 changed files with 69 additions and 20 deletions
3
slave.c
3
slave.c
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue