mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-19 18:46:21 +00:00
Added win_clear() function
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user