Add epoll and do more release readiness changes
This change also pays off some of the remaining technical debt with stdio, file descriptors, and memory managemnt polyfills.
This commit is contained in:
@ -1387,7 +1387,7 @@ int main(int argc, char *argv[]) {
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
if (IsWindows()) {
|
||||
if (0 && IsWindows()) {
|
||||
Gui();
|
||||
} else {
|
||||
Tui();
|
||||
|
||||
Reference in New Issue
Block a user