mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-10 01:35:39 +02:00
new method to retrieve the PTY.
This commit is contained in:
parent
3f1e359697
commit
c8c9ec8a30
1 changed files with 3 additions and 0 deletions
|
@ -265,4 +265,7 @@ public class MIInferior extends Process {
|
|||
return errPiped;
|
||||
}
|
||||
|
||||
public PTY getPTY() {
|
||||
return pty;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue