diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-11-11 09:35:11 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-11-11 09:42:20 +0100 |
commit | bab73cfaa5db96494a1b96b85c9eac9e7680854d (patch) | |
tree | 40d399bdc3ef78ffece6ba4897bae80337d8b639 /doc/de/includes | |
parent | 8c44dc53eb2d72a5f823fbf21eefc60cb58d882e (diff) | |
download | weechat-bab73cfaa5db96494a1b96b85c9eac9e7680854d.zip |
core: add identifier in buffer lines (closes #901)
For buffers with formatted content, the "id" starts to 0 on each buffer and is
incremented on each new line displayed (it is reset to 0 if reaching INT_MAX).
For buffers with free content, the "id" is set to the same value as "y" (ie the
line number, starting to 0).
Diffstat (limited to 'doc/de/includes')
-rw-r--r-- | doc/de/includes/autogen_api_hdata.de.adoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/de/includes/autogen_api_hdata.de.adoc b/doc/de/includes/autogen_api_hdata.de.adoc index 3a352d85d..0e717e51a 100644 --- a/doc/de/includes/autogen_api_hdata.de.adoc +++ b/doc/de/includes/autogen_api_hdata.de.adoc @@ -582,6 +582,7 @@ _title_ (string) + _own_lines_ (pointer, hdata: "lines") + _mixed_lines_ (pointer, hdata: "lines") + _lines_ (pointer, hdata: "lines") + +_next_line_id_ (integer) + _time_for_each_line_ (integer) + _chat_refresh_needed_ (integer) + _nicklist_ (integer) + @@ -923,6 +924,7 @@ _next_line_ (pointer, hdata: "line") + | Struktur mit einzeiligen Daten | - | _buffer_ (pointer, hdata: "buffer") + +_id_ (integer) + _y_ (integer) + _date_ (time) + _date_printed_ (time) + |