GDBProcess.st
changeset 167 6da3d808c7cc
parent 164 a16705f64a64
child 193 2aa0074479d9
--- a/GDBProcess.st	Tue Jan 01 23:44:26 2019 +0000
+++ b/GDBProcess.st	Wed Jan 16 23:38:20 2019 +0000
@@ -244,6 +244,16 @@
     "Modified (comment): / 17-10-2018 / 22:12:20 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+!GDBProcess methodsFor:'queries'!
+
+canUsePTY
+    "Return true if PTYs can be used with this process, false otherwise"
+
+    ^ false
+
+    "Created: / 16-01-2019 / 23:02:08 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+! !
+
 !GDBProcess class methodsFor:'documentation'!
 
 version_HG