Another pty bug

merge-requests/2/head
Phil Taylor 2021-03-04 20:30:37 +00:00
rodzic 859164af57
commit 6dbbfcd825
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -21,6 +21,8 @@ pttyHandler::pttyHandler()
#ifdef Q_OS_WIN
portName = "COM20";
#else
portName = "/dev/ptmx";
#endif
setupPtty(); // basic parameters
openPort();