Rationalise the pseudo tty handling.

This commit is contained in:
Jonathan Naylor
2020-06-27 22:33:24 +01:00
parent bdb1c49bae
commit d1a809808b
4 changed files with 120 additions and 188 deletions

View File

@@ -59,6 +59,7 @@ protected:
int readNonblock(unsigned char* buffer, unsigned int length);
#else
bool canWrite();
bool setRaw();
#endif
};