mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:27:43 +00:00
Add ioctl() and reimplement tcsetpgrp/tcsetpgrp as ioctls.
This commit is contained in:
parent
2529925fe9
commit
c99f8af66d
16 changed files with 94 additions and 45 deletions
|
@ -108,6 +108,7 @@ char* tgoto(const char* cap, int col, int row)
|
|||
int tputs(const char* str, int affcnt, int (*putc)(int))
|
||||
{
|
||||
printf("%s", str);
|
||||
return 0;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue