X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=man%2Fmenu_cursor.3x;h=28b28408ec91c6b83ec7a617e1cda9aaf0780b09;hb=88595a127ec2e56af0875eb04e0f2396d6d121c5;hp=91ebbc2b0210d30665d8ed9f62098e5c1fd31117;hpb=b11cef1e315b58820ea0cde239ebf2f741ef8948;p=ncurses.git diff --git a/man/menu_cursor.3x b/man/menu_cursor.3x index 91ebbc2b..28b28408 100644 --- a/man/menu_cursor.3x +++ b/man/menu_cursor.3x @@ -1,6 +1,7 @@ '\" t .\"*************************************************************************** -.\" Copyright (c) 1998-2010,2015 Free Software Foundation, Inc. * +.\" Copyright 2018-2021,2022 Thomas E. Dickey * +.\" Copyright 1998-2010,2015 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 * @@ -27,18 +28,19 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: menu_cursor.3x,v 1.9 2015/12/05 23:42:45 tom Exp $ +.\" $Id: menu_cursor.3x,v 1.16 2022/02/12 20:05:11 tom Exp $ .TH menu_cursor 3X "" .SH NAME -\fBpos_menu_cursor\fR \- position a menu's cursor +\fBpos_menu_cursor\fP \- position a menu's cursor .SH SYNOPSIS -\fB#include \fR -.br -int pos_menu_cursor(const MENU *menu); +\fB#include \fP +.sp +\fBint pos_menu_cursor(const MENU *\fImenu\fB);\fR .br .SH DESCRIPTION -The function \fBpos_menu_cursor\fR restores the cursor to the current position -associated with the menu's selected item. This is useful after \fBcurses\fR +The function \fBpos_menu_cursor\fP restores the cursor to the current position +associated with the menu's selected item. +This is useful after \fBcurses\fP routines have been called to do screen-painting in response to a menu select. .SH RETURN VALUE This routine returns one of the following: @@ -47,7 +49,7 @@ This routine returns one of the following: The routine succeeded. .TP 5 .B E_SYSTEM_ERROR -System error occurred (see \fBerrno\fR). +System error occurred (see \fBerrno\fP(3)). .TP 5 .B E_BAD_ARGUMENT Routine detected an incorrect or out-of-range argument. @@ -55,13 +57,14 @@ Routine detected an incorrect or out-of-range argument. .B E_NOT_POSTED The menu has not been posted. .SH SEE ALSO -\fBcurses\fR(3X), \fBmenu\fR(3X). +\fBcurses\fP(3X), \fBmenu\fP(3X). .SH NOTES -The header file \fB\fR automatically includes the header file -\fB\fR. +The header file \fB\fP automatically includes the header file +\fB\fP. .SH PORTABILITY -These routines emulate the System V menu library. They were not supported on +These routines emulate the System V menu library. +They were not supported on Version 7 or BSD versions. .SH AUTHORS -Juergen Pfeifer. Manual pages and adaptation for new curses by Eric -S. Raymond. +Juergen Pfeifer. +Manual pages and adaptation for new curses by Eric S. Raymond.