mirror of
https://github.com/irssi/irssi.git
synced 2026-08-16 15:12:11 +02:00
/SET names_max_columns, /SET names_max_width: Limit width of /NAMES list.
Forced max. 6 columns limit to /HELP git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1199 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
0de0499fd8
commit
194dd60f36
4 changed files with 18 additions and 6 deletions
|
|
@ -78,7 +78,8 @@ char *my_asctime(time_t t);
|
|||
/* Returns number of columns needed to print items.
|
||||
save_column_widths is filled with length of each column. */
|
||||
int get_max_column_count(GSList *items, COLUMN_LEN_FUNC len_func,
|
||||
int max_width, int item_extra, int item_min_size,
|
||||
int max_width, int max_columns,
|
||||
int item_extra, int item_min_size,
|
||||
int **save_column_widths, int *rows);
|
||||
|
||||
/* Return a column sorted copy of a list. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue