diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-03-09 10:41:13 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-03-09 10:41:13 +0100 |
commit | 35785a5e053e0ccd4ec36d67f2a374ce1c0673d0 (patch) | |
tree | c2c3920e8cdeccdfa541c4b0e60183d04af803ee /doc/fr/autogen/user/weechat_options.txt | |
parent | 1102cfd317f4c73f0012cfdf0c68d366faab8dea (diff) | |
download | weechat-35785a5e053e0ccd4ec36d67f2a374ce1c0673d0.zip |
core: improve and fix bugs on standard paste and bracketed paste
Changes:
- wait control sequence for end of bracketed paste (and only after, check if
we should ask confirmation to user)
- add option weechat.look.paste_bracketed_timer_delay to force the end of
bracketed paste if the control sequence for end of bracketed paste was not
received in time
- in bracketed paste mode, with paste_max_lines=1, do not ask confirmation for
one line (ask for one line only if paste_max_lines=0)
- fix bugs with mintty: bracketed paste should be ok every time (even if some
codes are sometimes partially received, WeeChat will now handle that properly);
the standard paste often fails (due to bug in mintty, which sends paste very
slowly to remote app); so the bracketed paste mode is highly recommended with
mintty
- after paste in bracketed paste mode, the undo key (ctrl+"_" by default) will
undo whole paste, not chars one by one
Diffstat (limited to 'doc/fr/autogen/user/weechat_options.txt')
-rw-r--r-- | doc/fr/autogen/user/weechat_options.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/fr/autogen/user/weechat_options.txt b/doc/fr/autogen/user/weechat_options.txt index 036fcab3c..97a378665 100644 --- a/doc/fr/autogen/user/weechat_options.txt +++ b/doc/fr/autogen/user/weechat_options.txt @@ -583,10 +583,15 @@ ** type: booléen ** valeurs: on, off (valeur par défaut: `off`) +* [[option_weechat.look.paste_bracketed_timer_delay]] *weechat.look.paste_bracketed_timer_delay* +** description: `forcer la fin du "bracketed paste" après ce délai (en secondes) si la séquence de contrôle pour la fin du "bracketed paste" ("ESC[201~") n'a pas été reçue à temps` +** type: entier +** valeurs: 1 .. 60 (valeur par défaut: `10`) + * [[option_weechat.look.paste_max_lines]] *weechat.look.paste_max_lines* ** description: `nombre maximum de lignes pour la détection de collage sans demander à l'utilisateur (-1 = désactiver cette fonctionnalité)` ** type: entier -** valeurs: -1 .. 2147483647 (valeur par défaut: `3`) +** valeurs: -1 .. 2147483647 (valeur par défaut: `1`) * [[option_weechat.look.prefix_action]] *weechat.look.prefix_action* ** description: `préfixe pour les messages d'action` |