about summary refs log tree commit diff stats
path: root/src/ui/core.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/core.c')
-rw-r--r--src/ui/core.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/core.c b/src/ui/core.c
index 719c8a24..846ba5d1 100644
--- a/src/ui/core.c
+++ b/src/ui/core.c
@@ -513,14 +513,14 @@ ui_switch_win(const int i)
 }
 
 void
-win_current_clear(void)
+ui_clear_current(void)
 {
     wclear(current->win);
     dirty = TRUE;
 }
 
 void
-win_current_close(void)
+ui_close_current(void)
 {
     window_free(current);
     windows[current_index] = NULL;