Package ghidra.pty.linux
Class LinuxPtyParent
java.lang.Object
ghidra.pty.linux.LinuxPtyEndpoint
ghidra.pty.linux.LinuxPtyParent
- All Implemented Interfaces:
PtyEndpoint,PtyParent
-
Field Summary
Fields inherited from class ghidra.pty.linux.LinuxPtyEndpoint
fd -
Method Summary
Modifier and TypeMethodDescriptionvoidsetWindowSize(short cols, short rows) Resize the terminal window to the given width and height, in charactersMethods inherited from class ghidra.pty.linux.LinuxPtyEndpoint
getInputStream, getOutputStreamMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ghidra.pty.PtyEndpoint
getInputStream, getOutputStream
-
Method Details
-
setWindowSize
public void setWindowSize(short cols, short rows) Description copied from interface:PtyParentResize the terminal window to the given width and height, in characters- Specified by:
setWindowSizein interfacePtyParent- Parameters:
cols- the width in charactersrows- the height in characters
-