diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-02-16 11:29:03 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-02-16 11:29:03 +0100 |
commit | 39be4e3387b5e49a6e67534f3e3078c205e166ca (patch) | |
tree | 39e708aa39f0f8c64c5edffecbb1187a0f3c9d8d /doc/fr/autogen/user/weechat_commands.txt | |
parent | 20a70c80f8f0dc188c2281642102290fb0460192 (diff) | |
download | weechat-39be4e3387b5e49a6e67534f3e3078c205e166ca.zip |
core: add bare display mode (for easy text selection and click on URLs)
New key: alt+"!", to swith to bare display (same key to come back to
standard display).
New options:
- weechat.look.bare_display_exit_on_input (default: on): by default
any changes in input will return to standard display
- weechat.look.bare_display_time_format (default: "%H:%M"): the format
of time used in bare display.
Diffstat (limited to 'doc/fr/autogen/user/weechat_commands.txt')
-rw-r--r-- | doc/fr/autogen/user/weechat_commands.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/fr/autogen/user/weechat_commands.txt b/doc/fr/autogen/user/weechat_commands.txt index e9af356b6..497403da0 100644 --- a/doc/fr/autogen/user/weechat_commands.txt +++ b/doc/fr/autogen/user/weechat_commands.txt @@ -869,6 +869,7 @@ Exemples: scroll_up|scroll_down|scroll_top|scroll_bottom|scroll_beyond_end|scroll_previous_highlight|scroll_next_highlight|scroll_unread [-window <numéro>] swap [-window <numéro>] [up|down|left|right] zoom [-window <numéro>] + bare [<délai>] list: lister les fenêtres ouvertes (sans paramètre, cette liste est affichée) -1: sauter à la fenêtre précédente @@ -899,6 +900,7 @@ scroll_next_highlight: faire défiler jusqu'au highlight suivant scroll_unread: faire défiler jusqu'au marqueur de données non lues swap: échanger les tampons de deux fenêtres (avec une direction facultative pour la fenêtre cible) zoom: zoomer sur la fenêtre + bare: activer/désactiver le more d'affichage dépouillé (avec un délai facultatif en millisecondes pour un retour automatique au mode d'affichage standard) Pour splith et splitv, pct est un pourcentage qui représente la taille de la nouvelle fenêtre, calculée par rapport à la taille de la fenêtre courante. Par exemple 25 signifie créer une fenêtre qui a pour taille: taille_courante / 4 |