mirror of https://github.com/buggins/dlangide.git
Merge branch 'master' of github.com:buggins/dlangide
This commit is contained in:
commit
1f48df2f80
|
@ -974,7 +974,7 @@ class TerminalDevice : Thread {
|
||||||
import core.sys.posix.fcntl;
|
import core.sys.posix.fcntl;
|
||||||
import core.sys.posix.stdio;
|
import core.sys.posix.stdio;
|
||||||
import core.sys.posix.stdlib;
|
import core.sys.posix.stdlib;
|
||||||
import core.sys.posix.unistd;
|
//import core.sys.posix.unistd;
|
||||||
masterfd = posix_openpt(O_RDWR | O_NOCTTY);
|
masterfd = posix_openpt(O_RDWR | O_NOCTTY);
|
||||||
if (masterfd == -1) {
|
if (masterfd == -1) {
|
||||||
Log.e("posix_openpt failed - cannot open terminal");
|
Log.e("posix_openpt failed - cannot open terminal");
|
||||||
|
|
Loading…
Reference in New Issue