diff options
author | Weblate <noreply@weblate.org> | 2018-03-10 15:09:31 +0000 |
---|---|---|
committer | Weblate <noreply@weblate.org> | 2018-03-10 15:09:31 +0000 |
commit | e823783499a7b2f8c3cbfb24ae428b39311bee5e (patch) | |
tree | 74138f1e34b8f090f62bd5412f38b8e185209302 /src-qt5/experimental/lumina-terminal/TtyProcess.h | |
parent | Translated using Weblate (Italian) (diff) | |
parent | Add the beginnings of the new window frame (widgets-based) (diff) | |
download | lumina-e823783499a7b2f8c3cbfb24ae428b39311bee5e.tar.gz lumina-e823783499a7b2f8c3cbfb24ae428b39311bee5e.tar.bz2 lumina-e823783499a7b2f8c3cbfb24ae428b39311bee5e.zip |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'src-qt5/experimental/lumina-terminal/TtyProcess.h')
-rw-r--r-- | src-qt5/experimental/lumina-terminal/TtyProcess.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src-qt5/experimental/lumina-terminal/TtyProcess.h b/src-qt5/experimental/lumina-terminal/TtyProcess.h index 42684112..ae5e3f7a 100644 --- a/src-qt5/experimental/lumina-terminal/TtyProcess.h +++ b/src-qt5/experimental/lumina-terminal/TtyProcess.h @@ -52,7 +52,7 @@ public: //Status update checks bool isOpen(); - + //Functions for handling ANSI escape codes (typically not used by hand) QByteArray CleanANSI(QByteArray, bool &incomplete); @@ -63,7 +63,7 @@ private: QByteArray fragBA; //fragment ByteArray bool starting; int fixReply; //flag for detecting particular inputs and "fixing" the reply to it as needed - + //==================================== // C Library function for setting up the PTY // Inputs: @@ -73,7 +73,7 @@ private: // Returns: // -1 for errors, child process PID (positive integer) if successful //==================================== - pid_t LaunchProcess(int& fd, char *prog, char **child_args); + pid_t LaunchProcess(int& fd, char *prog, char **child_args); void setupTtyFd(pid_t fd); private slots: |