mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-05 01:40:41 -05:00
initial grid implementation
This allows us to render *something*, even though it's inefficient, stupid and far far away from the real thing.
This commit is contained in:
parent
acda4d2d31
commit
9ccc8433c3
5 changed files with 228 additions and 7 deletions
3
slave.c
3
slave.c
|
|
@ -53,7 +53,8 @@ slave_spawn(int ptmx)
|
|||
pts = -1;
|
||||
|
||||
/* TODO: exec() */
|
||||
const char *s = "hello world\n";
|
||||
sleep(1);
|
||||
const char *s = "hello\tbla\nfoobar\thaa";
|
||||
write(STDOUT_FILENO, s, strlen(s));
|
||||
|
||||
sleep(1000);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue