Buffer

terminus.Buffer
See theBuffer companion object
final class Buffer(val area: Area, val cells: Array[Cell])

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

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]