feat|perf: generic&efficient desktop&config parser

This commit is contained in:
2025-06-10 23:44:09 +02:00
parent d13ebfff4e
commit 22c3f7c896
10 changed files with 178 additions and 88 deletions

View File

@@ -41,6 +41,7 @@ int chvt(int n) {
close(fd);
}
(void)fputs("Couldn't get a file descriptor referring to the console.\n", stderr);
(void)fputs("Couldn't get a file descriptor referring to the console.\n",
stderr);
return -1;
}