Package ghidra.pty.windows
Class ConPtyParent
java.lang.Object
ghidra.pty.windows.ConPtyEndpoint
ghidra.pty.windows.ConPtyParent
- All Implemented Interfaces:
PtyEndpoint
,PtyParent
-
Field Summary
Fields inherited from class ghidra.pty.windows.ConPtyEndpoint
inputStream, outputStream, pseudoConsoleHandle
-
Constructor Summary
ConstructorsConstructorDescriptionConPtyParent
(Handle writeHandle, Handle readHandle, PseudoConsoleHandle pseudoConsoleHandle) -
Method Summary
Modifier and TypeMethodDescriptionvoid
setWindowSize
(short cols, short rows) Resize the terminal window to the given width and height, in charactersMethods inherited from class ghidra.pty.windows.ConPtyEndpoint
getInputStream, getOutputStream
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ghidra.pty.PtyEndpoint
getInputStream, getOutputStream
-
Constructor Details
-
ConPtyParent
-
-
Method Details
-
setWindowSize
public void setWindowSize(short cols, short rows) Description copied from interface:PtyParent
Resize the terminal window to the given width and height, in characters- Specified by:
setWindowSize
in interfacePtyParent
- Parameters:
cols
- the width in charactersrows
- the height in characters
-