mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-23 18:46:21 +00:00
Rename /titlebar -> /wintitle
This commit is contained in:
@@ -1339,17 +1339,17 @@ cons_vercheck_setting(void)
|
||||
}
|
||||
|
||||
void
|
||||
cons_titlebar_setting(void)
|
||||
cons_wintitle_setting(void)
|
||||
{
|
||||
if (prefs_get_boolean(PREF_TITLEBAR_SHOW)) {
|
||||
cons_show("Titlebar show (/titlebar) : ON");
|
||||
if (prefs_get_boolean(PREF_WINTITLE_SHOW)) {
|
||||
cons_show("Window title show (/wintitle) : ON");
|
||||
} else {
|
||||
cons_show("Titlebar show (/titlebar) : OFF");
|
||||
cons_show("Window title show (/wintitle) : OFF");
|
||||
}
|
||||
if (prefs_get_boolean(PREF_TITLEBAR_GOODBYE)) {
|
||||
cons_show("Titlebar goodbye (/titlebar) : ON");
|
||||
if (prefs_get_boolean(PREF_WINTITLE_GOODBYE)) {
|
||||
cons_show("Window title goodbye (/wintitle) : ON");
|
||||
} else {
|
||||
cons_show("Titlebar goodbye (/titlebar) : OFF");
|
||||
cons_show("Window title goodbye (/wintitle) : OFF");
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1544,7 +1544,7 @@ cons_show_ui_prefs(void)
|
||||
cons_occupants_setting();
|
||||
cons_roster_setting();
|
||||
cons_privileges_setting();
|
||||
cons_titlebar_setting();
|
||||
cons_wintitle_setting();
|
||||
cons_encwarn_setting();
|
||||
cons_presence_setting();
|
||||
cons_inpblock_setting();
|
||||
|
||||
@@ -133,7 +133,7 @@ ui_update(void)
|
||||
|
||||
win_update_virtual(current);
|
||||
|
||||
if (prefs_get_boolean(PREF_TITLEBAR_SHOW)) {
|
||||
if (prefs_get_boolean(PREF_WINTITLE_SHOW)) {
|
||||
_ui_draw_term_title();
|
||||
}
|
||||
title_bar_update_virtual();
|
||||
|
||||
@@ -299,7 +299,7 @@ void cons_presence_setting(void);
|
||||
void cons_wrap_setting(void);
|
||||
void cons_winstidy_setting(void);
|
||||
void cons_time_setting(void);
|
||||
void cons_titlebar_setting(void);
|
||||
void cons_wintitle_setting(void);
|
||||
void cons_notify_setting(void);
|
||||
void cons_show_desktop_prefs(void);
|
||||
void cons_states_setting(void);
|
||||
|
||||
Reference in New Issue
Block a user