JLine3Backend

io.worxbend.tui.terminal.JLine3Backend
See theJLine3Backend companion class
object JLine3Backend

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def create(colorDepth: ColorDepth): Either[BackendError, JLine3Backend]

Opens the process's controlling terminal. Fails with UnsupportedTerminal when there is no usable TTY.

Opens the process's controlling terminal. Fails with UnsupportedTerminal when there is no usable TTY.

colorDepth defaults to environment-based detection (honoring NO_COLOR/CLICOLOR_FORCE); pass an explicit value to force a palette regardless of the environment.

Attributes