1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 13:56:37 +02:00

doc: update description for value "auto" in function buffer_set with property "display" (plugin API reference)

Since commit 14cf7bd20f, the value "auto"
will switch buffer only if there is no layout defined for the current
window, or if the buffer displayed is NOT the buffer in the layout
(so if the buffer is defined in the layout, no switch).
This commit is contained in:
Sebastien Helleu
2013-11-23 09:28:42 +01:00
parent bfcabd2b96
commit 262dff4b87
3 changed files with 8 additions and 5 deletions
+2 -1
View File
@@ -10081,7 +10081,8 @@ Arguments:
| display | "1", "auto" |
"1": switch to this buffer in current window +
"auto": switch to this buffer in current window, read marker is not reset
"auto": switch to this buffer in current window only if the buffer
displayed is not the buffer set in the layout, read marker is not reset
| number | number |
Move buffer to this number
+3 -2
View File
@@ -10254,8 +10254,9 @@ Paramètres :
| display | "1", "auto" |
"1" : basculer vers ce tampon dans la fenêtre active +
"auto" : basculer vers ce tampon dans la fenêtre active, le marqueur de
données non lues n'est pas réinitialisé
"auto" : basculer vers ce tampon dans la fenêtre active seulement si le
tampon affiché n'est pas celui défini dans le "layout", le marqueur de données
non lues n'est pas réinitialisé
| number | numéro |
Déplace le tampon vers ce numéro
+3 -2
View File
@@ -10237,10 +10237,11 @@ Argomenti:
| unread | - |
Imposta l'evidenziatore di lettura dopo l'ultima riga del buffer
// TRANSLATION MISSING
| display | "1", "auto" |
"1": passa a questo buffer nella finestra corrente +
"auto": passa a questo buffer nella finestra corrente, l'evidenziatore di
lettura non viene resettato
"auto": switch to this buffer in current window only if the buffer
displayed is not the buffer set in the layout, read marker is not reset
| number | numero |
Sposta buffer a questo numero