1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-01 15:26:37 +02:00

core: use arguments for infolist "window" to return only one window by number

This commit is contained in:
Sebastien Helleu
2011-08-08 11:32:31 +02:00
parent ede9a96eb9
commit 38fd5bfa51
16 changed files with 86 additions and 44 deletions
+1
View File
@@ -47,6 +47,7 @@ Version 0.3.6 (under dev!)
* core: add options "infolists", "hdata" and "tags" for command /debug
* core: add horizontal scrolling for buffers with free content (command
/window scroll_horiz) (task #11112)
* api: use arguments for infolist "window" to return only one window by number
* api: add info "cursor_mode"
* api: add new functions hook_focus, hdata_new, hdata_new_var, hdata_new_list,
hdata_get, hdata_get_var_offset, hdata_get_var_type,