Skip to content
Snippets Groups Projects
Commit 7d38aabd authored by rswindell's avatar rswindell
Browse files

Better onlien help for the quotewrap width value.

parent 171fd8b1
Branches
Tags
No related merge requests found
......@@ -1884,9 +1884,9 @@ void xedit_cfg()
uifc.helpbuf=
"`Screen width to wrap to:`\n"
"\n"
"Set to `0` to wrap the quoted text for the current user's terminal width.\n"
"Set to `80` to wrap the quoted text to 80 columns.\n"
"Set to `9999` to unwrap quoted text to long-lines.\n"
"Set to `0` to wrap the quoted text suiting the user's terminal width.\n"
"Set to `79` to wrap the quoted text suiting an 80 column terminal.\n"
"Set to `9999` to unwrap quoted text to long-line paragraphs.\n"
;
if(uifc.input(WIN_MID|WIN_SAV,0,0
,"Screen width to wrap to (0 = current terminal width)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment