diff options
Diffstat (limited to 'man/curs_outopts.3x')
-rw-r--r-- | man/curs_outopts.3x | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/man/curs_outopts.3x b/man/curs_outopts.3x index 52c04cddcf032..3fd437a312bbf 100644 --- a/man/curs_outopts.3x +++ b/man/curs_outopts.3x @@ -1,5 +1,5 @@ .\"*************************************************************************** -.\" Copyright (c) 1998-2007,2010 Free Software Foundation, Inc. * +.\" Copyright (c) 1998-2005,2007 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 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: curs_outopts.3x,v 1.25 2010/12/04 18:38:55 tom Exp $ +.\" $Id: curs_outopts.3x,v 1.21 2007/06/02 20:40:07 tom Exp $ .TH curs_outopts 3X "" .na .hy 0 @@ -40,7 +40,7 @@ \fBwsetscrreg\fR, \fBscrollok\fR, \fBnl\fR, -\fBnonl\fR \- \fBcurses\fR output options +\fBnonl\fR - \fBcurses\fR output options .ad .hy .SH SYNOPSIS @@ -118,9 +118,8 @@ the cursor is not used, since it reduces the need for cursor motions. .PP The \fBsetscrreg\fR and \fBwsetscrreg\fR routines allow the application programmer to set a software scrolling region in a window. -The \fItop\fR and -\fIbot\fR parameters -are the line numbers of the top and bottom margin of the scrolling +\fItop\fR and +\fIbot\fR are the line numbers of the top and bottom margin of the scrolling region. (Line 0 is the top line of the window.) If this option and \fBscrollok\fR are enabled, an attempt to move off the bottom margin line @@ -213,10 +212,11 @@ Note that \fBclearok\fR, \fBleaveok\fR, \fBscrollok\fR, \fBidcok\fR, \fBnl\fR, The \fBimmedok\fR routine is useful for windows that are used as terminal emulators. .SH SEE ALSO -\fBcurses\fR(3X), -\fBcurs_addch\fR(3X), -\fBcurs_clear\fR(3X), -\fBcurs_initscr\fR(3X), -\fBcurs_scroll\fR(3X), -\fBcurs_refresh\fR(3X), -\fBcurs_variables\fR(3X). +\fBcurses\fR(3X), \fBcurs_addch\fR(3X), \fBcurs_clear\fR(3X), +\fBcurs_initscr\fR(3X), \fBcurs_scroll\fR(3X), \fBcurs_refresh\fR(3X) +.\"# +.\"# The following sets edit modes for GNU EMACS +.\"# Local Variables: +.\"# mode:nroff +.\"# fill-column:79 +.\"# End: |