Module

XTerm.Buffer

Package
purescript-xterm
Repository
grybiena/xterm

#Buffer Source

data Buffer

#CellPosition Source

type CellPosition = { x :: Int, y :: Int }

#BufferRange Source

type BufferRange = { end :: CellPosition, start :: CellPosition }

#BufferType Source

data BufferType

Constructors