use strings and forkpty
This commit is contained in:
@@ -11,7 +11,7 @@ class Terminal : public Archimedes::Module {
|
||||
|
||||
void run();
|
||||
private:
|
||||
int master;
|
||||
int child_pid, master;
|
||||
};
|
||||
|
||||
#ifdef TERMINAL_DYNAMIC
|
||||
|
||||
Reference in New Issue
Block a user