Class SshPtyParent

java.lang.Object
ghidra.pty.ssh.SshPtyEndpoint
ghidra.pty.ssh.SshPtyParent
All Implemented Interfaces:
PtyEndpoint, PtyParent

public class SshPtyParent extends SshPtyEndpoint implements PtyParent
  • Constructor Details

    • SshPtyParent

      public SshPtyParent(com.jcraft.jsch.ChannelExec channel, OutputStream outputStream, InputStream inputStream)
  • 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