about summary refs log tree commit diff stats
path: root/src/command/commands.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-11-02 21:21:52 +0000
committerJames Booth <boothj5@gmail.com>2015-11-02 21:21:52 +0000
commit022d20bbdc69cc4831317ac3092310b86d8ca7d8 (patch)
treec9bbfa24e43cad6ff17299a41b2090dddb4eab51 /src/command/commands.c
parent84adec83f970eeb0ff912ee016c69e48f2061550 (diff)
downloadprofani-tty-022d20bbdc69cc4831317ac3092310b86d8ca7d8.tar.gz
Removed ui_clear_win
Diffstat (limited to 'src/command/commands.c')
-rw-r--r--src/command/commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/commands.c b/src/command/commands.c
index 8d0aeac9..7c456a9b 100644
--- a/src/command/commands.c
+++ b/src/command/commands.c
@@ -3530,7 +3530,7 @@ cmd_tiny(ProfWin *window, const char *const command, gchar **args)
 gboolean
 cmd_clear(ProfWin *window, const char *const command, gchar **args)
 {
-    ui_clear_win(window);
+    win_clear(window);
     return TRUE;
 }