diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-04-25 19:05:05 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-04-25 19:05:05 +0200 |
commit | ea734b59249f80cb85e95c9ee4a3e58babe5bbaf (patch) | |
tree | 1e88d7b5a8748a7d55755b524129c7d037949211 /doc/ja | |
parent | e51ffc1a6efec524769283c34f29ead88ce8608c (diff) | |
download | weechat-ea734b59249f80cb85e95c9ee4a3e58babe5bbaf.zip |
doc/api: add variable "_chat_focused_line" in function hook_focus
Diffstat (limited to 'doc/ja')
-rw-r--r-- | doc/ja/weechat_plugin_api.ja.adoc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ja/weechat_plugin_api.ja.adoc b/doc/ja/weechat_plugin_api.ja.adoc index ecbbc8dab..74920c7bc 100644 --- a/doc/ja/weechat_plugin_api.ja.adoc +++ b/doc/ja/weechat_plugin_api.ja.adoc @@ -13142,6 +13142,10 @@ info を使う前にエリアが一致していることを確認して下さい | _chat_line_message | 行のメッセージ部分 | "Hello world!" | "" +// TRANSLATION MISSING +| _chat_focused_line | Line at (x,y) _(WeeChat ≥ 4.0.0)_. +| "Hello world!" | "" + | _chat_word | (x,y) の位置にある単語 | "Hello" | "" |