1 package com
.googlecode
.lanterna
.terminal
;
4 * Interface extending ExtendedTerminal that removes the IOException throw clause.
9 public interface IOSafeExtendedTerminal
extends IOSafeTerminal
,ExtendedTerminal
{
12 void setTerminalSize(int columns
, int rows
);
15 void setTitle(String title
);
36 void setMouseCaptureMode(MouseCaptureMode mouseCaptureMode
);
39 void scrollLines(int firstLine
, int lastLine
, int distance
);