X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=gui.c;h=96043da05b5f9b602e229f131b5248c7f43d6190;hb=3889b355ca075111a717da36946c779b7474a63d;hp=02d67bc67e182422528c9214a76cc3114c1bbdd0;hpb=51b1505f5950528de257b18f870225feac8fa515;p=paraslash.git diff --git a/gui.c b/gui.c index 02d67bc6..96043da0 100644 --- a/gui.c +++ b/gui.c @@ -1363,7 +1363,6 @@ static void com_shrink_top_win(void) return; } init_wins(top.lines - 1); - wclear(top.win); print_all_items(); print_in_bar(COLOR_MSG, "%s", "decreased top window"); } @@ -1375,7 +1374,6 @@ static void com_enlarge_top_win(void) return; } init_wins(top.lines + 1); - wclear(top.win); print_all_items(); print_in_bar(COLOR_MSG, "increased top window"); }