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

core: rename variables with creation time in hdata "hotlist"

Variables renamed:

- "creation_time.tv_sec" -> "time"
- "creation_time.tv_usec" -> "time_usec"
This commit is contained in:
Sébastien Helleu
2024-03-15 18:38:22 +01:00
parent 305b046370
commit c98d12b4af
3 changed files with 5 additions and 3 deletions
+1
View File
@@ -15,6 +15,7 @@ For a list of important changes that require manual actions, please look at rele
New features::
* core: rename variables with creation time in hdata "hotlist": "creation_time.tv_sec" to "time" and "creation_time.tv_usec" to "time_usec"
* core: add unique identifier "id" in buffer (issue #2081)
* core: add option `malloc_trim` in command `/sys`
* core: add support of SGR mouse events (issue #2082)