diff options
author | James Booth <boothj5@gmail.com> | 2015-06-15 17:54:47 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-06-15 17:54:47 +0100 |
commit | a849b200b368a74da18291e875b3e6d37ea729f2 (patch) | |
tree | a205560ed6bac544e9eb070fc756a4945acd8ffc /src/ui/windows.c | |
parent | e9aa4ea0845b2e387a6512402d73fbc31b7bd393 (diff) | |
download | profani-tty-a849b200b368a74da18291e875b3e6d37ea729f2.tar.gz |
Added win_clear() function
Diffstat (limited to 'src/ui/windows.c')
-rw-r--r-- | src/ui/windows.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/ui/windows.c b/src/ui/windows.c index f3f6967b..cb0f00de 100644 --- a/src/ui/windows.c +++ b/src/ui/windows.c @@ -378,14 +378,6 @@ wins_close_by_num(int i) } } -void -wins_clear_current(void) -{ - ProfWin *window = wins_get_current(); - werase(window->layout->win); - win_update_virtual(window); -} - gboolean wins_is_current(ProfWin *window) { |