Interface IRemoteProcessTerminalService

    • Method Detail

      • setTerminalSize

        void setTerminalSize​(int cols,
                             int rows,
                             int width,
                             int height)
        Change the terminal window dimension interactively. Refer to RFC 4254 6.7. Window Dimension Change Message. The character/row dimensions override the pixel dimensions (when nonzero). Pixel dimensions refer to the drawable area of the window.
        Parameters:
        cols - terminal width in characters
        rows - terminal height in characters
        width - terminal width in pixels
        height - terminal height in pixels