diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-06-13 13:01:16 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-06-13 13:01:16 +0200 |
commit | 00ab6400b8c4cf2decf7538146302392e6340abc (patch) | |
tree | 41b90dc45e3a7e1882765cb293c538808b74f5f9 /doc/en/autogen | |
parent | c8b2a6a08485abfe6a8fb849b68ec574af8879e5 (diff) | |
download | weechat-00ab6400b8c4cf2decf7538146302392e6340abc.zip |
core: add option weechat.look.eat_newline_glitch (disabled by default, can cause display bugs)
Diffstat (limited to 'doc/en/autogen')
-rw-r--r-- | doc/en/autogen/user/weechat_options.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/en/autogen/user/weechat_options.txt b/doc/en/autogen/user/weechat_options.txt index 80a7344e1..4aba75e7e 100644 --- a/doc/en/autogen/user/weechat_options.txt +++ b/doc/en/autogen/user/weechat_options.txt @@ -358,6 +358,11 @@ ** type: string ** values: any string (default value: `"%a, %d %b %Y"`) +* *weechat.look.eat_newline_glitch* +** description: `if set, the eat_newline_glitch will be set to 0; this is used to not add new line char at end of each line, and then not break text when you copy/paste text from WeeChat to another application (this option is disabled by default because it can cause serious display bugs)` +** type: boolean +** values: on, off (default value: `off`) + * *weechat.look.highlight* ** description: `comma separated list of words to highlight (case insensitive comparison, words may begin or end with "*" for partial match)` ** type: string |