diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-01-31 21:42:04 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-01-31 21:42:04 +0100 |
commit | 142fc29e2529125ef0c436e83eb7a819f1ee6386 (patch) | |
tree | 5f8e0c5992cabc7f79407390c2502d1d9a1ec0b1 /doc | |
parent | b19ae1162274df05a0fa594453a1dbe32155fb01 (diff) | |
download | weechat-142fc29e2529125ef0c436e83eb7a819f1ee6386.zip |
Add some chars after cursor when scrolling input line: new option weechat.look.input_cursor_scroll (bug #21391)
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 389d41dd4..c50314a8a 100644 --- a/doc/de/autogen/user/weechat_options.txt +++ b/doc/de/autogen/user/weechat_options.txt @@ -383,6 +383,11 @@ ** Typ: boolesch ** Werte: on, off (Standardwert: `on`) +* *weechat.look.input_cursor_scroll* +** Beschreibung: `number of chars displayed after end of input line when scrolling to display end of line` +** Typ: integer +** Werte: 0 .. 100 (Standardwert: `20`) + * *weechat.look.input_share* ** Beschreibung: `Mit dieser Option kann man den Inhalt der Eingabezeile in allen Buffern verwenden. Es können dabei nur Befehle (commands), nur Text (text), beides (all) berücksichtigt werden (Der Befehlsverlauf der einzelnen Buffer bleibt hierbei erhalten)` ** Typ: integer diff --git a/doc/en/autogen/user/weechat_options.txt b/doc/en/autogen/user/weechat_options.txt index b108d28e0..e6cf30f4e 100644 --- a/doc/en/autogen/user/weechat_options.txt +++ b/doc/en/autogen/user/weechat_options.txt @@ -383,6 +383,11 @@ ** type: boolean ** values: on, off (default value: `on`) +* *weechat.look.input_cursor_scroll* +** description: `number of chars displayed after end of input line when scrolling to display end of line` +** type: integer +** values: 0 .. 100 (default value: `20`) + * *weechat.look.input_share* ** description: `share commands, text, or both in input for all buffers (there is still local history for each buffer)` ** type: integer diff --git a/doc/fr/autogen/user/weechat_options.txt b/doc/fr/autogen/user/weechat_options.txt index 52ad0bf7f..9159a7a18 100644 --- a/doc/fr/autogen/user/weechat_options.txt +++ b/doc/fr/autogen/user/weechat_options.txt @@ -383,6 +383,11 @@ ** type: booléen ** valeurs: on, off (valeur par défaut: `on`) +* *weechat.look.input_cursor_scroll* +** description: `nombre de caractères affichés après la fin de la ligne de saisie lors d'un défilement pour afficher la fin de la ligne` +** type: entier +** valeurs: 0 .. 100 (valeur par défaut: `20`) + * *weechat.look.input_share* ** description: `partage les commandes, le texte, ou les deux dans la zone de saisie pour tous les tampons (il y a toujours un historique local sur chaque tampon)` ** type: entier diff --git a/doc/it/autogen/user/weechat_options.txt b/doc/it/autogen/user/weechat_options.txt index 88e6e51a5..9c7f27fa3 100644 --- a/doc/it/autogen/user/weechat_options.txt +++ b/doc/it/autogen/user/weechat_options.txt @@ -383,6 +383,11 @@ ** tipo: bool ** valori: on, off (valore predefinito: `on`) +* *weechat.look.input_cursor_scroll* +** descrizione: `number of chars displayed after end of input line when scrolling to display end of line` +** tipo: intero +** valori: 0 .. 100 (valore predefinito: `20`) + * *weechat.look.input_share* ** descrizione: `condivide comandi, testo o entrambi in input per tutti i buffer (resta tuttavia la cronologia locale per ogni buffer)` ** tipo: intero |