TextBuffer.this

Creates a new TextBuffer with the specified width and height.

class TextBuffer
nothrow pure
this

Parameters

width size_t

How many characters each line can contain.

height size_t

How many lines in total there are.

options TextBufferOptions

Configuration options for this TextBuffer.

Meta