Moved roster functions

This commit is contained in:
James Booth
2014-12-16 23:00:05 +00:00
parent 0e7e931589
commit 48ec7b3b47
12 changed files with 160 additions and 180 deletions

View File

@@ -345,7 +345,7 @@ wins_resize_all(void)
}
wresize(layout->super.win, PAD_SIZE, cols - subwin_cols);
wresize(layout->subwin, PAD_SIZE, subwin_cols);
ui_roster();
rosterwin_roster();
} else {
wresize(layout->super.win, PAD_SIZE, cols);
}