Changed subwin width to percentage

This commit is contained in:
James Booth
2014-11-15 22:26:43 +00:00
parent dad8e2799d
commit 3642797146
3 changed files with 23 additions and 21 deletions

View File

@@ -104,7 +104,7 @@ void win_save_newline(ProfWin *window);
void win_redraw(ProfWin *window);
void win_hide_subwin(ProfWin *window);
void win_show_subwin(ProfWin *window);
int win_main_width(void);
int win_roster_cols(void);
void win_printline_nowrap(WINDOW *win, char *msg);
#endif