diff options
author | Ken Moore <ken@ixsystems.com> | 2016-12-21 10:35:53 -0500 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2016-12-21 10:35:53 -0500 |
commit | fdaac6792611fd0203e0e475768ece4d1379fff8 (patch) | |
tree | aa9a63fbd6389fd38ca510ebe2a1655a8b4abbe0 /src-qt5/desktop-utils/lumina-terminal/TtyProcess.h | |
parent | Change the icon used for the interface/menu page so it does not use the same ... (diff) | |
download | lumina-fdaac6792611fd0203e0e475768ece4d1379fff8.tar.gz lumina-fdaac6792611fd0203e0e475768ece4d1379fff8.tar.bz2 lumina-fdaac6792611fd0203e0e475768ece4d1379fff8.zip |
Move the terminal over to the standardized "forkpty()" function for doing the initial setup. This does not fix the PTY registration yet - but removes the possibility of one of the other steps causing the problems.
Diffstat (limited to 'src-qt5/desktop-utils/lumina-terminal/TtyProcess.h')
-rw-r--r-- | src-qt5/desktop-utils/lumina-terminal/TtyProcess.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-qt5/desktop-utils/lumina-terminal/TtyProcess.h b/src-qt5/desktop-utils/lumina-terminal/TtyProcess.h index f8d709a8..42684112 100644 --- a/src-qt5/desktop-utils/lumina-terminal/TtyProcess.h +++ b/src-qt5/desktop-utils/lumina-terminal/TtyProcess.h @@ -32,7 +32,7 @@ #include <sys/types.h> #include <sys/wait.h> #include <signal.h> -//#include <libutil.h> +#include <libutil.h> class TTYProcess : public QObject{ Q_OBJECT |