terminus
terminus
API
terminus
components
ScrollList
Alignment
Alignment
AnsiModifier
AnsiModifier
Area
Buffer
Buffer
Cell
Color
Rgb
Context
Coord
HorizontalAlignment
KeyCode
Character
Unknown
KeyCode
Modifier
Renderer
RunningTerminalApp
Size
Size
Terminal
TerminalApp
Handled
Continue
Done
Async
TerminalApp
TerminalPlatformSpecific
TodoApp
Message
State
State
VerticalAlignment
View
View
ViewMod
main
terminus
/
terminus
/
Context
Context
terminus.Context
case
class
Context
(
buffer
:
Buffer
,
x
:
Int
,
y
:
Int
,
fg
:
Color
,
bg
:
Color
,
modifier
:
Modifier
)
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
Serializable
trait
Product
trait
Equals
class
Object
trait
Matchable
class
Any
Show all
Members list
Clear all
Value members
Concrete methods
def
addModifier
(
mod
:
Modifier
):
Context
def
removeModifier
(
mod
:
Modifier
):
Context
def
setString
(
string
:
String
,
fg
:
Color
,
bg
:
Color
,
modifier
:
Modifier
):
Unit
def
translate
(
dx
:
Int
,
dy
:
Int
):
Context
def
translateX
(
dx
:
Int
):
Context
def
translateY
(
dy
:
Int
):
Context
def
withBackground
(
bg
:
Color
):
Context
def
withForeground
(
fg
:
Color
):
Context
def
withModifier
(
mod
:
Modifier
):
Context
Inherited methods
def
productElementNames
:
Iterator
[
String
]
Attributes
Inherited from:
Product
def
productIterator
:
Iterator
[
Any
]
Attributes
Inherited from:
Product
In this article
Attributes
Members list
Value members
Concrete methods
Inherited methods