depanalyzer
Toggle table of contents
2.1.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
depanalyzer
depanalyzer
/
com.depanalyzer.tui
/
TerminalCapabilitiesDetector
/
TerminalCapabilitiesDetector
Terminal
Capabilities
Detector
constructor
(
envProvider
:
(
String
)
->
String
?
=
{ System.getenv(it) }
,
hasConsole
:
(
)
->
Boolean
=
{ System.console() != null }
)