mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
Rewrap protocol.http.compression doc to 59 columns
This makes the option manager display it much better on an 80x24 terminal. Alternatively, the "\n" newline characters within paragraphs could have been removed entirely. ELinks would then have line-wrapped the text to the appropriate width in the info window of the option manager, but unfortunately not in --config-help.
This commit is contained in:
parent
9a186a45e8
commit
39707c4102
@ -182,16 +182,18 @@ static struct option_info http_options[] = {
|
||||
* we might wrap this option in #if CFG_DEBUG. */
|
||||
INIT_OPT_BOOL("protocol.http", N_("Enable on-the-fly compression"),
|
||||
"compression", 0, 1,
|
||||
N_("If enabled, the capability to receive compressed content (gzip and/or\n"
|
||||
"bzip2) is announced to the server, which usually sends the reply\n"
|
||||
"compressed, thus saving some bandwidth at slight CPU expense.\n"
|
||||
"\n"
|
||||
"If ELinks displays a incomplete page or garbage, try disabling this\n"
|
||||
"option. If that helps, there may be a bug in the decompression part\n"
|
||||
"of ELinks. Please report such bugs.\n"
|
||||
N_("If enabled, the capability to receive compressed content\n"
|
||||
"(gzip and/or bzip2) is announced to the server, which\n"
|
||||
"usually sends the reply compressed, thus saving some\n"
|
||||
"bandwidth at slight CPU expense.\n"
|
||||
"\n"
|
||||
"If ELinks has been compiled without compression support, this option\n"
|
||||
"has no effect. To check the supported features, see Help -> About.")),
|
||||
"If ELinks displays a incomplete page or garbage, try\n"
|
||||
"disabling this option. If that helps, there may be a bug in\n"
|
||||
"the decompression part of ELinks. Please report such bugs.\n"
|
||||
"\n"
|
||||
"If ELinks has been compiled without compression support,\n"
|
||||
"this option has no effect. To check the supported features,\n"
|
||||
"see Help -> About.")),
|
||||
|
||||
INIT_OPT_BOOL("protocol.http", N_("Activate HTTP TRACE debugging"),
|
||||
"trace", 0, 0,
|
||||
|
Loading…
Reference in New Issue
Block a user