Class LinuxPtyParent

java.lang.Object
ghidra.pty.linux.LinuxPtyEndpoint
ghidra.pty.linux.LinuxPtyParent
All Implemented Interfaces:
PtyEndpoint, PtyParent

public class LinuxPtyParent extends LinuxPtyEndpoint implements PtyParent
  • 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 interface PtyParent
      Parameters:
      cols - the width in characters
      rows - the height in characters