mirror of
https://github.com/profanity-im/profanity.git
synced 2025-07-26 12:14:28 -04:00
Renamed title_bar_redraw -> title_bar_resize
This commit is contained in:
parent
6648232ca7
commit
caa9556295
@ -63,7 +63,7 @@ void title_bar_disconnected(void)
|
|||||||
_title_bar_draw_status();
|
_title_bar_draw_status();
|
||||||
}
|
}
|
||||||
|
|
||||||
void title_bar_redraw(void)
|
void title_bar_resize(void)
|
||||||
{
|
{
|
||||||
int rows, cols;
|
int rows, cols;
|
||||||
getmaxyx(stdscr, rows, cols);
|
getmaxyx(stdscr, rows, cols);
|
||||||
|
@ -108,7 +108,7 @@ void gui_close(void)
|
|||||||
|
|
||||||
void gui_resize(const int ch, const char * const input, const int size)
|
void gui_resize(const int ch, const char * const input, const int size)
|
||||||
{
|
{
|
||||||
title_bar_redraw();
|
title_bar_resize();
|
||||||
create_status_bar();
|
create_status_bar();
|
||||||
create_input_window();
|
create_input_window();
|
||||||
inp_win_write(input, size);
|
inp_win_write(input, size);
|
||||||
|
@ -47,7 +47,7 @@ void create_input_window(void);
|
|||||||
|
|
||||||
// title bar actions
|
// title bar actions
|
||||||
void title_bar_refresh(void);
|
void title_bar_refresh(void);
|
||||||
void title_bar_redraw(void);
|
void title_bar_resize(void);
|
||||||
void title_bar_show(const char * const title);
|
void title_bar_show(const char * const title);
|
||||||
void title_bar_title(void);
|
void title_bar_title(void);
|
||||||
void title_bar_connected(void);
|
void title_bar_connected(void);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user