KetraTerm
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KetraTerm
ketraterm-pty
/
io.github.ketraterm.pty
/
PtyConnectors
Pty
Connectors
object
PtyConnectors
Factory for local PTY-backed terminal connectors.
Members
Functions
create
Link copied to clipboard
@
JvmStatic
@
JvmOverloads
fun
create
(
command
:
List
<
String
>
,
env
:
Map
<
String
,
String
>
=
System.getenv()
,
workingDirectory
:
Path
?
=
null
,
columns
:
Int
=
80
,
rows
:
Int
=
24
)
:
TerminalConnector
Creates a connector for a new local PTY process.