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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user