Added win_clear() function

This commit is contained in:
James Booth
2015-06-15 17:54:47 +01:00
parent e9aa4ea084
commit a849b200b3
8 changed files with 13 additions and 18 deletions

View File

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