Moved UI interfaces to ui.h

This commit is contained in:
James Booth
2015-06-15 20:11:34 +01:00
parent 38ed9188d3
commit 5cdd69f478
11 changed files with 208 additions and 139 deletions

View File

@@ -3230,7 +3230,7 @@ gboolean
cmd_clear(gchar **args, struct cmd_help_t help)
{
ProfWin *win = wins_get_current();
win_clear(win);
ui_clear_win(win);
return TRUE;
}