Module
XTerm.Terminal
- Package
- purescript-xterm
- Repository
- grybiena/xterm
#buffer Source
buffer :: Terminal -> BufferNamespace
#setOptions Source
setOptions :: Terminal -> TerminalOptions -> Effect Unit
#BinaryString Source
newtype BinaryString
#onBinary Source
onBinary :: Terminal -> (BinaryString -> Effect Unit) -> Effect Disposable
#onCursorMove Source
onCursorMove :: Terminal -> Effect Unit -> Effect Disposable
#KeycodeString Source
newtype KeycodeString
#Key Source
type Key = { domEvent :: KeyboardEvent, key :: KeycodeString }
#onLineFeed Source
onLineFeed :: Terminal -> Effect Unit -> Effect Disposable
#onWriteParsed Source
onWriteParsed :: Terminal -> Effect Unit -> Effect Disposable
#ViewportSize Source
type ViewportSize = { cols :: Int, rows :: Int }
#onResize Source
onResize :: Terminal -> (ViewportSize -> Effect Unit) -> Effect Disposable
#ViewportYOffset Source
newtype ViewportYOffset
#onScroll Source
onScroll :: Terminal -> (ViewportYOffset -> Effect Unit) -> Effect Disposable
#onSelectionChange Source
onSelectionChange :: Terminal -> Effect Unit -> Effect Disposable
#onTitleChange Source
onTitleChange :: Terminal -> (String -> Effect Unit) -> Effect Disposable
#attachCustomKeyEventHandler Source
attachCustomKeyEventHandler :: Terminal -> (KeyboardEvent -> Boolean) -> Effect Unit
#CursorYOffset Source
newtype CursorYOffset
#registerMarker Source
registerMarker :: Terminal -> CursorYOffset -> Effect Marker
#registerDecoration Source
registerDecoration :: Terminal -> DecorationOptions -> Effect (Maybe Decoration)
- Modules
- XTerm.
Addons - XTerm.
Addons. Fit - XTerm.
Addons. WebGL - XTerm.
Addons. WebLinks - XTerm.
Buffer - XTerm.
Buffer. Cell - XTerm.
Buffer. Line - XTerm.
Buffer. Namespace - XTerm.
Decoration - XTerm.
Decoration. Options - XTerm.
Decoration. OverviewRuler - XTerm.
Disposable - XTerm.
DisposableWithEvent - XTerm.
Link - XTerm.
LinkProvider - XTerm.
Marker - XTerm.
Modes - XTerm.
Options - XTerm.
Options. LinkHandler - XTerm.
Options. Logger - XTerm.
Options. Theme - XTerm.
Options. WindowOptions - XTerm.
Options. WindowsPty - XTerm.
Parser - XTerm.
Parser. FunctionIdentifier - XTerm.
Terminal - XTerm.
UnicodeHandling - XTerm.
Utils