Final commit? (not entirely sure what all this is now..)

This commit is contained in:
2025-07-05 11:44:43 +01:00
parent 8e3094f644
commit 20cc8788d8
198 changed files with 56377 additions and 2 deletions

View File

@ -93,8 +93,8 @@ int main(int argc, char *argv[]) {
}
if (pid == 0) {
if (screen(title, bgcol) != 0)
{
exec("sh", argv);
{
exec("sh", argv);
printf(1, "screen: exec sh failed\n");
}
else