Merge branch 'master' of github.com:buggins/dlangide

This commit is contained in:
Vadim Lopatin 2016-06-06 12:02:46 +03:00
commit 1f48df2f80
1 changed files with 1 additions and 1 deletions

View File

@ -974,7 +974,7 @@ class TerminalDevice : Thread {
import core.sys.posix.fcntl;
import core.sys.posix.stdio;
import core.sys.posix.stdlib;
import core.sys.posix.unistd;
//import core.sys.posix.unistd;
masterfd = posix_openpt(O_RDWR | O_NOCTTY);
if (masterfd == -1) {
Log.e("posix_openpt failed - cannot open terminal");