# Packages
Binary textdemo displays a couple of Text widgets.
# Functions
DisableScrolling disables the scrolling of the content using keyboard and mouse.
MaxTextCells limits the text content to this number of terminal cells.
New returns a new text widget.
RollContent configures the text widget so that it rolls the text content up if more text than the size of the container is added.
ScrollKeys configures the keyboard keys that scroll the content.
ScrollMouseButtons configures the mouse buttons that scroll the content.
ScrollRunes configures the text widgets scroll runes, shown at the top and bottom of a scrollable text widget.
WrapAtRunes configures the text widget so that it automatically wraps lines that are longer than the width of the widget at rune boundaries.
WrapAtWords configures the text widget so that it automatically wraps lines that are longer than the width of the widget at word boundaries.
WriteCellOpts sets options on the cells that contain the text.
WriteReplace instructs the text widget to replace the entire text content on this write instead of appending.
# Constants
The default value for the MaxTextCells option.
The default scroll runes for content scrolling.
The default keys for content scrolling.
The default keys for content scrolling.
The default keys for content scrolling.
The default keys for content scrolling.
The default mouse buttons for content scrolling.
The default mouse buttons for content scrolling.
The default scroll runes for content scrolling.
# Interfaces
Option is used to provide options to New().
WriteOption is used to provide options to Write().