
Default: This value may also be set via environment variables
EXTRASMENU.<locale> or EXTRASMENU. If neither resource
or environment variable exist, the text package will try to
locate an Extras menu in one of the following:
$(HOME)/.text_extras_menu[.<locale>]
$(OPENWINHOME)/lib/locale/<locale>/xview/.text_extras_menu
$(OPENWINHOME)/lib/locale/C/xview/.text_extras_menu
/usr/lib/.text_extras_menu.
Text.FilterReplacesClipboard.
If the value is True, then the text selected for a filter command (e.g. the Extras->Format
menu item from the textsw menu) will replace the contents of the clipboard after the
filter has successfully completed. If the value is False, then the text selected will not
replace the contents of the clipboard. The default value is False, do not replace the
contents of the clipboard.
Values: True, False (False)
text.insertMakesCaretVisible
Controls whether insertion causes repositioning to make inserted text visible.
Values: If_auto_scroll (Always)
text.lineBreak
Determines how the textsw treats file lines when they are too big to fit on one display
line.
Values: Clip, Wrap_char, Wrap_word (Wrap_word)
text.lineSpacing
This resource takes an integer value which is the percentage of the maximum height of
a character in the textsw window font to use as interline spacing. For example, the
maximum character height in the textsw window font is 10. Setting
Text.LineSpacing to 15 will cause 2 pixels ...