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

core: add hdata "hotlist"

This commit is contained in:
Sebastien Helleu
2012-07-21 17:32:41 +02:00
parent 7a3e8cf198
commit f426446521
19 changed files with 124 additions and 12 deletions
+11
View File
@@ -405,6 +405,17 @@
'prev_history' (pointer, hdata: 'history') |
-
| weechat | hotlist | hotlist |
'priority' (integer) +
'creation_time.tv_sec' (time) +
'creation_time.tv_usec' (long) +
'buffer' (pointer) +
'count' (integer, array_size: '4') +
'prev_hotlist' (pointer, hdata: 'hotlist') +
'next_hotlist' (pointer, hdata: 'hotlist') |
'gui_hotlist' +
'last_gui_hotlist'
| weechat | input_undo | Struktur der Rücknahmen für die Befehlszeile |
'data' (string) +
'pos' (integer) +