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 | |
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')
-rw-r--r-- | doc/de/autogen/user/weechat_options.txt | 5 | ||||
-rw-r--r-- | doc/en/autogen/user/weechat_options.txt | 5 | ||||
-rw-r--r-- | doc/fr/autogen/user/weechat_options.txt | 5 | ||||
-rw-r--r-- | doc/it/autogen/user/weechat_options.txt | 5 |
4 files changed, 20 insertions, 0 deletions
diff --git a/doc/de/autogen/user/weechat_options.txt b/doc/de/autogen/user/weechat_options.txt index 2d43e9c25..185860ffc 100644 --- a/doc/de/autogen/user/weechat_options.txt +++ b/doc/de/autogen/user/weechat_options.txt @@ -358,6 +358,11 @@ ** Typ: Zeichenkette ** Werte: beliebige Zeichenkette (Standardwert: `"%a, %d %b %Y"`) +* *weechat.look.eat_newline_glitch* +** Beschreibung: `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)` +** Typ: boolesch +** Werte: on, off (Standardwert: `off`) + * *weechat.look.highlight* ** Beschreibung: `Durch Kommata getrennte Liste der hervorzuhebenden Wörter (Groß-/Kleinschreibung wird nicht beachtet. Die Schlagwörter können mit "*", als Joker, beginnen oder enden)` ** Typ: Zeichenkette 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 diff --git a/doc/fr/autogen/user/weechat_options.txt b/doc/fr/autogen/user/weechat_options.txt index 0ceb96695..865e7eb8b 100644 --- a/doc/fr/autogen/user/weechat_options.txt +++ b/doc/fr/autogen/user/weechat_options.txt @@ -358,6 +358,11 @@ ** type: chaîne ** valeurs: toute chaîne (valeur par défaut: `"%a, %d %b %Y"`) +* *weechat.look.eat_newline_glitch* +** description: `si activé, le eat_newline_glitch sera positionné à 0; cela est utilisé pour ne pas ajouter de nouvelle ligne à la fin de chaque ligne, et donc ne pas couper le texte quand vous copiez/collez du texte depuis WeeChat vers une autre application (cette option est désactivée par défaut car elle peut causer de sérieux problèmes d'affichages)` +** type: booléen +** valeurs: on, off (valeur par défaut: `off`) + * *weechat.look.highlight* ** description: `liste des mots pour la notification (séparés par des virgules, la comparaison ne tient pas compte de la casse, les mots peuvent commencer ou se terminer par "*" pour une comparaison partielle)` ** type: chaîne diff --git a/doc/it/autogen/user/weechat_options.txt b/doc/it/autogen/user/weechat_options.txt index 42a2f527c..6cf8fd763 100644 --- a/doc/it/autogen/user/weechat_options.txt +++ b/doc/it/autogen/user/weechat_options.txt @@ -358,6 +358,11 @@ ** tipo: stringa ** valori: qualsiasi stringa (valore predefinito: `"%a, %d %b %Y"`) +* *weechat.look.eat_newline_glitch* +** descrizione: `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)` +** tipo: bool +** valori: on, off (valore predefinito: `off`) + * *weechat.look.highlight* ** descrizione: `elenco separato da virgole di finestre da evidenziare (maiuscole/minuscole, le parole potrebbero cominciare o terminare con "*" per un riscontro parziale)` ** tipo: stringa |