]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - test/redraw.c
ncurses 6.2 - patch 20210619
[ncurses.git] / test / redraw.c
index 1a2a29c7cf25e4956315a32144aab34340563854..b0840fb816a4e089704fe37b2bc906d0c1bbf859 100644 (file)
@@ -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);