ConnectBot Terminal
Toggle table of contents
0.0.40
release
Target filter
release
Switch theme
Search in API
Skip to content
ConnectBot Terminal
ConnectBot Terminal
/
org.connectbot.terminal
/
TerminalDimensions
Terminal
Dimensions
data
class
TerminalDimensions
(
val
rows
:
Int
,
val
columns
:
Int
)
(
source
)
Represents the size of the terminal in characters.
Members
Constructors
Terminal
Dimensions
Link copied to clipboard
constructor
(
rows
:
Int
,
columns
:
Int
)
Properties
columns
Link copied to clipboard
val
columns
:
Int
rows
Link copied to clipboard
val
rows
:
Int