Next: AutoIndent, Previous: RightMargin, Up: Formatting Commands [Contents][Index]
Syntax: WordWrap [0|1]
Abbreviation: WW
sets the word wrap flag. When this flag is true, ne
will
automatically break lines of text when you attempt to insert characters beyond
the right margin. See RightMargin. ne
will attempt to preserve
certain invariant characters at the left edge of paragraphs typically used to
indicate comments in source code or quoted passages in email text. See Paragraph.
If you invoke WordWrap
with no arguments, it will toggle the flag. If you
specify 0 or 1, the flag will be set to false or true, respectively. A lower
case ‘w’ will appear on the status bar if the flag is true.