diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-06-17 10:03:04 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-06-26 21:55:48 +0200 |
commit | f62022e8125ad1f36c0c8f6f7db44e153d68a05e (patch) | |
tree | 3719ddf7a218569af92c45783799df7400f9c657 /ChangeLog.adoc | |
parent | 54dd19da92a2200e226232a78c901719f96d332c (diff) | |
download | weechat-f62022e8125ad1f36c0c8f6f7db44e153d68a05e.zip |
core: add variables "_chat_focused_line_bol" and "_chat_focused_line_eol" in focus data (closes #1955)
These variables are the same as "_chat_bol" and "_chat_eol" except that they
stop at the beginning of the focused line (not the whole message displayed, in
case message has multiple lines separated by "\n").
Diffstat (limited to 'ChangeLog.adoc')
-rw-r--r-- | ChangeLog.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc index b470586da..bc5dfcf95 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -15,6 +15,7 @@ For a list of important changes that require manual actions, please look at rele New features:: + * core: add variables "_chat_focused_line_bol" and "_chat_focused_line_eol" in focus data (issue #1955) * api: add info "buffer" (issue #1962) Bug fixes:: |