Package ghidra.pty
Interface PtyParent
- All Superinterfaces:
PtyEndpoint
- All Known Implementing Classes:
ConPtyParent
,LinuxPtyParent
,SshPtyParent
The parent (UNIX "master") end of a pseudo-terminal
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setWindowSize
(short cols, short rows) Resize the terminal window to the given width and height, in charactersMethods inherited from interface ghidra.pty.PtyEndpoint
getInputStream, getOutputStream
-
Method Details
-
setWindowSize
void setWindowSize(short cols, short rows) Resize the terminal window to the given width and height, in characters- Parameters:
cols
- the width in charactersrows
- the height in characters
-