public interface IRemoteProcessTerminalService extends IRemoteProcess.Service
IRemoteProcess.Service.Factory
Modifier and Type | Method and Description |
---|---|
void |
setTerminalSize(int cols,
int rows,
int width,
int height)
Change the terminal window dimension interactively.
|
getRemoteProcess
void setTerminalSize(int cols, int rows, int width, int height)
cols
- terminal width in charactersrows
- terminal height in characterswidth
- terminal width in pixelsheight
- terminal height in pixels