diff options
Diffstat (limited to 'man/curs_move.3x')
-rw-r--r-- | man/curs_move.3x | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/man/curs_move.3x b/man/curs_move.3x index 226595cca6d73..804637792be53 100644 --- a/man/curs_move.3x +++ b/man/curs_move.3x @@ -1,5 +1,5 @@ .\"*************************************************************************** -.\" Copyright (c) 1998-2006,2010 Free Software Foundation, Inc. * +.\" Copyright (c) 1998-2005,2006 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,13 +26,13 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: curs_move.3x,v 1.14 2010/12/04 18:40:45 tom Exp $ +.\" $Id: curs_move.3x,v 1.12 2006/02/25 21:49:19 tom Exp $ .TH curs_move 3X "" .na .hy 0 .SH NAME \fBmove\fR, -\fBwmove\fR \- move \fBcurses\fR window cursor +\fBwmove\fR - move \fBcurses\fR window cursor .ad .hy .SH SYNOPSIS @@ -61,3 +61,9 @@ Note that \fBmove\fR may be a macro. These functions are described in the XSI Curses standard, Issue 4. .SH SEE ALSO \fBcurses\fR(3X), \fBcurs_refresh\fR(3X) +.\"# +.\"# The following sets edit modes for GNU EMACS +.\"# Local Variables: +.\"# mode:nroff +.\"# fill-column:79 +.\"# End: |