The text Widget
Syntax:
bash
type ::= (text [keyword argument]... [ value ])A widget just like the editable-field widget, but intended for multiline text fields. Its super is the editable-field widget.
It overrides the following properties:
:format
By default, prints a tag and the value.
:keymap
The default is widget-text-keymap, which does not rebind the RET key.