]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - doc/html/man/curs_clear.3x.html
ncurses 6.0 - patch 20161015
[ncurses.git] / doc / html / man / curs_clear.3x.html
index cfc60626b48e2dab2215e32af3c3c145f5db66a5..237d4a27c4548cc3eeb512623b2c944f1a0b4e4d 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
   ****************************************************************************
-  * Copyright (c) 1998-2007,2010 Free Software Foundation, Inc.              *
+  * Copyright (c) 1998-2010,2016 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 @@
   * sale, use or other dealings in this Software without prior written       *
   * authorization.                                                           *
   ****************************************************************************
-  * @Id: curs_clear.3x,v 1.14 2010/12/04 18:36:44 tom Exp @
+  * @Id: curs_clear.3x,v 1.15 2016/10/15 17:02:31 tom Exp @
 -->
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
 <HTML>
        <STRONG>scr)</STRONG>.  This will not work under ncurses.
 
        This implementation, and others such as Solaris, sets  the
-       current  position  to  0,0  after erasing via <STRONG>werase()</STRONG> and
-       <STRONG>wclear()</STRONG>.  That fact is not documented in other  implemen-
-       tations, and may not be true of implementations which were
+       current  position  to  0,0  after  erasing  via <STRONG>werase</STRONG> and
+       <STRONG>wclear</STRONG>.  That fact is not documented in other  implementa-
+       tions,  and  may not be true of implementations which were
        not derived from SVr4 source.
 
        Not obvious from  the  description,  most  implementations