mirror of
https://github.com/profanity-im/profanity.git
synced 2025-01-03 14:57:42 -05:00
Renamed function to draw terminal title
This commit is contained in:
parent
561d96c711
commit
4248b61a0c
@ -68,7 +68,7 @@ static void _win_handle_switch(const wint_t * const ch);
|
|||||||
static void _win_handle_page(const wint_t * const ch);
|
static void _win_handle_page(const wint_t * const ch);
|
||||||
static void _win_show_history(WINDOW *win, int win_index,
|
static void _win_show_history(WINDOW *win, int win_index,
|
||||||
const char * const contact);
|
const char * const contact);
|
||||||
static void _ui_draw_win_title(void);
|
static void _ui_draw_term_title(void);
|
||||||
|
|
||||||
static void
|
static void
|
||||||
_ui_init(void)
|
_ui_init(void)
|
||||||
@ -101,7 +101,7 @@ static void
|
|||||||
_ui_update_screen(void)
|
_ui_update_screen(void)
|
||||||
{
|
{
|
||||||
if (prefs_get_boolean(PREF_TITLEBAR)) {
|
if (prefs_get_boolean(PREF_TITLEBAR)) {
|
||||||
_ui_draw_win_title();
|
_ui_draw_term_title();
|
||||||
}
|
}
|
||||||
title_bar_update_virtual();
|
title_bar_update_virtual();
|
||||||
status_bar_update_virtual();
|
status_bar_update_virtual();
|
||||||
@ -1506,7 +1506,7 @@ _ui_clear_win_title(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
_ui_draw_win_title(void)
|
_ui_draw_term_title(void)
|
||||||
{
|
{
|
||||||
char new_win_title[100];
|
char new_win_title[100];
|
||||||
jabber_conn_status_t status = jabber_get_connection_status();
|
jabber_conn_status_t status = jabber_get_connection_status();
|
||||||
|
Loading…
Reference in New Issue
Block a user