Package ghidra.pty

Interface PtyParent

All Superinterfaces:
PtyEndpoint
All Known Implementing Classes:
ConPtyParent, LinuxPtyParent, SshPtyParent

public interface PtyParent extends PtyEndpoint
The parent (UNIX "master") end of a pseudo-terminal
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setWindowSize(short cols, short rows)
    Resize the terminal window to the given width and height, in characters

    Methods 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 characters
      rows - the height in characters