X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Ffirstlast.c;h=f5328c722cfcebc8a93f5cf8dd66a08a52856064;hp=f639f4aaba06ae080049ba491888b6a1d4cd083a;hb=21c8ffa0edf2e389f3f674f0c08009002c6f357d;hpb=dfaa1a3001fd447819f5edc2e523acc1a04f1440 diff --git a/test/firstlast.c b/test/firstlast.c index f639f4aa..f5328c72 100644 --- a/test/firstlast.c +++ b/test/firstlast.c @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 1998-2006,2009 Free Software Foundation, Inc. * + * Copyright (c) 1998-2009,2010 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 * @@ -29,7 +29,7 @@ * This test was written by Alexander V. Lukyanov to demonstrate difference * between ncurses 4.1 and SVR4 curses * - * $Id: firstlast.c,v 1.6 2009/07/15 23:29:46 tom Exp $ + * $Id: firstlast.c,v 1.7 2010/05/01 19:11:55 tom Exp $ */ #include @@ -73,14 +73,14 @@ main(int argc GCC_UNUSED, wrefresh(large); wrefresh(small); - mvwaddstr(small, 5, 5, " Test String "); + MvWAddStr(small, 5, 5, " Test String "); wrefresh(small); getch(); touchwin(large); wrefresh(large); - mvwaddstr(small, 5, 5, " Test <***************> String "); + MvWAddStr(small, 5, 5, " Test <***************> String "); wrefresh(small); /* DIFFERENCE! */