Deleted Added
full compact
curs_clear.3x (166124) curs_clear.3x (176187)
1.\"***************************************************************************
1.\"***************************************************************************
2.\" Copyright (c) 1998,2005 Free Software Foundation, Inc. *
2.\" Copyright (c) 1998-2005,2007 Free Software Foundation, Inc. *
3.\" *
4.\" Permission is hereby granted, free of charge, to any person obtaining a *
5.\" copy of this software and associated documentation files (the *
6.\" "Software"), to deal in the Software without restriction, including *
7.\" without limitation the rights to use, copy, modify, merge, publish, *
8.\" distribute, distribute with modifications, sublicense, and/or sell *
9.\" copies of the Software, and to permit persons to whom the Software is *
10.\" furnished to do so, subject to the following conditions: *

--- 10 unchanged lines hidden (view full) ---

21.\" THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
22.\" *
23.\" Except as contained in this notice, the name(s) of the above copyright *
24.\" holders shall not be used in advertising or otherwise to promote the *
25.\" sale, use or other dealings in this Software without prior written *
26.\" authorization. *
27.\"***************************************************************************
28.\"
3.\" *
4.\" Permission is hereby granted, free of charge, to any person obtaining a *
5.\" copy of this software and associated documentation files (the *
6.\" "Software"), to deal in the Software without restriction, including *
7.\" without limitation the rights to use, copy, modify, merge, publish, *
8.\" distribute, distribute with modifications, sublicense, and/or sell *
9.\" copies of the Software, and to permit persons to whom the Software is *
10.\" furnished to do so, subject to the following conditions: *

--- 10 unchanged lines hidden (view full) ---

21.\" THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
22.\" *
23.\" Except as contained in this notice, the name(s) of the above copyright *
24.\" holders shall not be used in advertising or otherwise to promote the *
25.\" sale, use or other dealings in this Software without prior written *
26.\" authorization. *
27.\"***************************************************************************
28.\"
29.\" $Id: curs_clear.3x,v 1.10 2005/10/01 19:34:43 tom Exp $
29.\" $Id: curs_clear.3x,v 1.11 2007/12/29 15:58:38 tom Exp $
30.TH curs_clear 3X ""
31.na
32.hy 0
33.SH NAME
34\fBerase\fR,
35\fBwerase\fR,
36\fBclear\fR,
37\fBwclear\fR,

--- 62 unchanged lines hidden (view full) ---

100ncurses.
101.PP
102This implementation, and others such as Solaris,
103sets the current position to 0,0 after erasing
104via \fBwerase()\fP and \fBwclear()\fP.
105That fact is not documented in other implementations,
106and may not be true of implementations
107which were not derived from SVr4 source.
30.TH curs_clear 3X ""
31.na
32.hy 0
33.SH NAME
34\fBerase\fR,
35\fBwerase\fR,
36\fBclear\fR,
37\fBwclear\fR,

--- 62 unchanged lines hidden (view full) ---

100ncurses.
101.PP
102This implementation, and others such as Solaris,
103sets the current position to 0,0 after erasing
104via \fBwerase()\fP and \fBwclear()\fP.
105That fact is not documented in other implementations,
106and may not be true of implementations
107which were not derived from SVr4 source.
108.PP
109Not obvious from the description,
110most implementations clear the screen after \fBwclear\fP
111even for a subwindow or derived window.
112If you do not want to clear the screen during the next \fBwrefresh\fP,
113use \fBwerase\fP instead.
108.SH SEE ALSO
109\fBcurses\fR(3X), \fBcurs_outopts\fR(3X), \fBcurs_refresh\fR(3X)
110.\"#
111.\"# The following sets edit modes for GNU EMACS
112.\"# Local Variables:
113.\"# mode:nroff
114.\"# fill-column:79
115.\"# End:
114.SH SEE ALSO
115\fBcurses\fR(3X), \fBcurs_outopts\fR(3X), \fBcurs_refresh\fR(3X)
116.\"#
117.\"# The following sets edit modes for GNU EMACS
118.\"# Local Variables:
119.\"# mode:nroff
120.\"# fill-column:79
121.\"# End: