LineBuffer

Undocumented in source.

Members

Functions

clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
draw
void draw()
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(char[] str)
Undocumented in source. Be warned that the author may not have intended to support it.
putf
void putf(const(char)[] fmt, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
putfln
void putfln(const(char)[] fmt, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
putln
void putln(const(char)[] str)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

lineSizes
Appender!(size_t[]) lineSizes;
Undocumented in source.
lines
Appender!(char[]) lines;
Undocumented in source.
scrollToBottom
bool scrollToBottom;
Undocumented in source.

Meta