1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-05 09:13:14 +02:00

doc/api: add variable "_chat_focused_line" in function hook_focus

This commit is contained in:
Sébastien Helleu
2023-04-25 19:05:05 +02:00
parent e51ffc1a6e
commit ea734b5924
5 changed files with 18 additions and 0 deletions
+3
View File
@@ -13290,6 +13290,9 @@ valeurs sont de type "string") :
| _chat_line_message | Message de la ligne.
| "Hello world!" | ""
| _chat_focused_line | Ligne à la position (x,y) _(WeeChat ≥ 4.0.0)_.
| "Hello world!" | ""
| _chat_word | Mot à la position (x,y).
| "Hello" | ""