mirror of
https://github.com/weechat/weechat.git
synced 2026-06-25 12:26:40 +02:00
core: add "bar_refresh_needed" in dump of bars to log file
This commit is contained in:
@@ -2422,6 +2422,7 @@ gui_bar_print_log ()
|
||||
}
|
||||
}
|
||||
log_printf (" bar_window . . . . . . : 0x%lx", ptr_bar->bar_window);
|
||||
log_printf (" bar_refresh_needed . . : %d", ptr_bar->bar_refresh_needed);
|
||||
log_printf (" prev_bar . . . . . . . : 0x%lx", ptr_bar->prev_bar);
|
||||
log_printf (" next_bar . . . . . . . : 0x%lx", ptr_bar->next_bar);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user