TextBuffer

Undocumented in source.

Constructors

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

Members

Aliases

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

Functions

refresh
void refresh()
Undocumented in source. Be warned that the author may not have intended to support it.
setCell
void setCell(size_t x, size_t y, char[] ch, Nullable!AnsiStyleSet style)
Undocumented in source. Be warned that the author may not have intended to support it.
setCellsSingleChar
void setCellsSingleChar(size_t x, size_t y, size_t width, size_t height, char[] ch, Nullable!AnsiStyleSet style)
Undocumented in source. Be warned that the author may not have intended to support it.
setCellsString
void setCellsString(size_t x, size_t y, size_t width, size_t height, char[] ch, size_t stopX, size_t stopY, Nullable!AnsiStyleSet style)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

ALL
enum ALL;
Undocumented in source.
AUTO_GROW
enum AUTO_GROW;
Undocumented in source.

Properties

height
size_t height [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
height
size_t 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
size_t width [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta