TextBuffer

Undocumented in source.

Constructors

this
this(uint width, uint height)
Undocumented in source.

Members

Aliases

OnRefreshFunc
alias OnRefreshFunc = void delegate(uint row, const TextBufferCell[] rowCells)
Undocumented in source.

Functions

fillCells
void fillCells(Rect area, char[] ch, AnsiStyleSet style, OnOOB oob)
Undocumented in source. Be warned that the author may not have intended to support it.
refresh
void refresh()
Undocumented in source. Be warned that the author may not have intended to support it.
setCell
void setCell(Vector cell, char[] ch, AnsiStyleSet style, OnOOB oob)
Undocumented in source. Be warned that the author may not have intended to support it.
setCells
void setCells(Rect area, char[] ch, AnsiStyleSet style, OnOOB oob)
Undocumented in source. Be warned that the author may not have intended to support it.
setString
void setString(Rect area, char[] str, Vector lastWritten, AnsiStyleSet style, OnOOB oob)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

AUTO_GROW
enum AUTO_GROW;
Undocumented in source.

Properties

height
uint height [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
height
uint height [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
onRefresh
OnRefreshFunc onRefresh [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
width
uint width [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta