X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Fredraw.c;h=b0840fb816a4e089704fe37b2bc906d0c1bbf859;hp=1a2a29c7cf25e4956315a32144aab34340563854;hb=9f479192e3ca3413d235c66bf058f8cc63764898;hpb=b661daf1160a873609d70843999cd46eff25d1f0 diff --git a/test/redraw.c b/test/redraw.c index 1a2a29c7..b0840fb8 100644 --- a/test/redraw.c +++ b/test/redraw.c @@ -27,7 +27,7 @@ * authorization. * ****************************************************************************/ /* - * $Id: redraw.c,v 1.12 2021/03/27 23:41:21 tom Exp $ + * $Id: redraw.c,v 1.13 2021/06/17 21:26:02 tom Exp $ * * Demonstrate the redrawwin() and wredrawln() functions. * Thomas Dickey - 2006/11/4 @@ -135,7 +135,7 @@ test_redraw(WINDOW *win) /* * For a shell command, we can work around the problem noted above * using mvcur(). It is ifdef'd for NCURSES, since X/Open does - * not define the case where the old location is unknown. + * not define the case where the old location is unknown. */ IGNORE_RC(system("date")); mvcur(-1, -1, y, x);