ui_browser__show_title
void ui_browser__show_title(struct ui_browser *browser, const char *title);
ui_browser__show_title(&menu->b, title);
ui_browser__show_title(&browser->b, title);