Mercurial > hg > easyhg
comparison hgrunner.h @ 111:151209bc5bd6
* Fixes to terminal lifecycle (only the first of a series of interactive commands was working before). Also switch from openpty to POSIX/Unix98 openpt
author | Chris Cannam |
---|---|
date | Fri, 26 Nov 2010 16:28:18 +0000 |
parents | 0f039d3cc38e |
children | 5fc7b4fc77a8 |
comparison
equal
deleted
inserted
replaced
110:0f039d3cc38e | 111:151209bc5bd6 |
---|---|
64 void noteRealm(QString); | 64 void noteRealm(QString); |
65 void getUsername(); | 65 void getUsername(); |
66 void getPassword(); | 66 void getPassword(); |
67 void checkPrompts(QString); | 67 void checkPrompts(QString); |
68 | 68 |
69 void openTerminal(); | |
70 void closeTerminal(); | |
71 | |
69 int m_ptyMasterFd; | 72 int m_ptyMasterFd; |
70 int m_ptySlaveFd; | 73 int m_ptySlaveFd; |
71 QString m_ptySlaveFilename; | 74 QString m_ptySlaveFilename; |
72 QFile *m_procInput; | 75 QFile *m_procInput; |
73 | 76 |