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
/
Buffer
Buffer
terminus.Buffer
See the
Buffer
companion object
final
class
Buffer
(
val
area
:
Area
,
val
cells
:
Array
[
Cell
])
Attributes
Companion
object
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Members list
Clear all
Value members
Concrete methods
def
diff
(
prevBuffer
:
Buffer
):
List
[(
Int
,
Int
,
Cell
)]
def
drawRectangle
(
x
:
Int
,
y
:
Int
,
width
:
Int
,
height
:
Int
,
fg
:
Color
,
bg
:
Color
,
modifier
:
Modifier
):
Unit
def
get
(
x
:
Int
,
y
:
Int
):
Cell
def
reset
(
):
Unit
def
setString
(
x
:
Int
,
y
:
Int
,
string
:
String
,
fg
:
Color
,
bg
:
Color
,
modifier
:
Modifier
):
Unit
def
size
:
Size
Concrete fields
val
area
:
Area
val
cells
:
Array
[
Cell
]
In this article
Attributes
Members list
Value members
Concrete methods
Concrete fields