diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-07-28 15:36:39 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-07-28 15:36:39 +0200 |
commit | 51ef22c2845892c6cee078ec29807fc0d1ecf29e (patch) | |
tree | f1d3c72d45d3324cd0ddc4c82df6676637cae4d7 /doc/it/autogen/user | |
parent | 17037e32d8a6d54fd7e25c2a5fa81ea6a39cf66d (diff) | |
download | weechat-51ef22c2845892c6cee078ec29807fc0d1ecf29e.zip |
core: improve mouse support: process utf-8 codes, add option weechat.look.mouse_timer_delay, remove key meta2-M, fix problem with iso chars when grabbing mouse codes
Diffstat (limited to 'doc/it/autogen/user')
-rw-r--r-- | doc/it/autogen/user/weechat_options.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/it/autogen/user/weechat_options.txt b/doc/it/autogen/user/weechat_options.txt index 3a8127340..02b448a1b 100644 --- a/doc/it/autogen/user/weechat_options.txt +++ b/doc/it/autogen/user/weechat_options.txt @@ -478,6 +478,11 @@ ** tipo: bool ** valori: on, off (valore predefinito: `off`) +* *weechat.look.mouse_timer_delay* +** descrizione: `delay (in milliseconds) to grab a mouse event: WeeChat will wait this delay before processing event` +** tipo: intero +** valori: 1 .. 10000 (valore predefinito: `100`) + * *weechat.look.nickmode* ** descrizione: `mostra modalità nick ((half)op/voice) prima di ogni nick` ** tipo: bool |