use strings and forkpty

This commit is contained in:
2025-04-12 17:16:40 -05:00
parent e1b93ea51b
commit a3b3a9b6e8
3 changed files with 40 additions and 127 deletions

View File

@@ -11,7 +11,7 @@ class Terminal : public Archimedes::Module {
void run();
private:
int master;
int child_pid, master;
};
#ifdef TERMINAL_DYNAMIC