X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=test%2Finsdelln.c;h=758f0887f2ba5be83a651d25344317eab20247be;hb=7517964d4343789c36b7ded32feb81961b03b725;hp=d5034a4459667a7fcb027f5cc5a14f50f9a324ac;hpb=52aa842907b31bb56fb5133da3f023b45bd4355f;p=ncurses.git diff --git a/test/insdelln.c b/test/insdelln.c index d5034a44..758f0887 100644 --- a/test/insdelln.c +++ b/test/insdelln.c @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2008-2009,2010 Free Software Foundation, Inc. * + * Copyright (c) 2008-2010,2012 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * @@ -26,7 +26,7 @@ * authorization. * ****************************************************************************/ /* - * $Id: insdelln.c,v 1.5 2010/11/13 23:39:38 tom Exp $ + * $Id: insdelln.c,v 1.7 2012/11/18 00:37:58 tom Exp $ * * test-driver for deleteln, wdeleteln, insdelln, winsdelln, insertln, winsertln */ @@ -175,6 +175,8 @@ do_subwindow(WINDOW *win, STATUS * sp, void func(WINDOW *)) delwin(win1); touchwin(win); } else { + if (win1) + delwin(win1); beep(); } } @@ -300,7 +302,7 @@ test_winsdelln(WINDOW *win) init_status(win, &st); do { - (void) wattrset(win, st.attr | (attr_t) COLOR_PAIR(st.pair)); + (void) wattrset(win, (int) (st.attr | (attr_t) COLOR_PAIR(st.pair))); switch (st.ch) { case 'i': for (n = 0; n < st.count; ++n)