Sponsored Content
Full Discussion: Anybody???
Special Forums UNIX Desktop Questions & Answers Anybody??? Post 20927 by hugo_perez on Tuesday 7th of May 2002 05:33:45 PM
Old 05-07-2002
I don't know (look at www.openbsd.org):

can you try to e-mail to:

majordomo@OpenBSD.org
misc (in the body)


To subscribe to a given list, send mail to majordomo@OpenBSD.org with a message body of "subscribe mailing-list-name".

announce
Important announcements. This low volume list is excellent for people who just want occasional news about the project.
security-announce
Security announcements. This low volume list receives OpenBSD security advisories and pointers to security patches as they become available.
misc
User questions and answers, general questions. This is the most active list. Please read the FAQ and the installation documents before you post.
tech
Technical topics for OpenBSD developers and advanced users. Please direct 'new user' and installation-related questions to misc. Please do not cross-post to both misc and tech.
bugs
Bug reports as sent in via sendbug(1) and follow-up discussions.
source-changes
Automated mailout of CVS source tree changes.
ports
Discussions about using and contributing to the 'ports' source tree.
ports-changes
Automated mailout of ports-specific CVS source tree changes.
ipv6
Discussions about OpenBSD IP version 6.
advocacy
Promoting the use of OpenBSD. Non-technical discussions in misc often get shunted here.
smp
Discussion of Symmetric Multi-Processing design and implementation on OpenBSD.
 
post(3FORM)															       post(3FORM)

NAME
post - write or erase forms from associated subwindows SYNOPSIS
#include <form.h> int post_form(FORM *form); int unpost_form(FORM *form); DESCRIPTION
The function post_form displays a form to its associated subwindow. To trigger physical display of the subwindow, use refresh or some equivalent curses routine (the implicit doupdate triggered by an curses input request will do). The function unpost_form erases form from its associated subwindow. RETURN VALUE
These routines return one of the following: E_OK The routine succeeded. E_BAD_ARGUMENT Routine detected an incorrect or out-of-range argument. E_BAD_STATE Routine was called from an initialization or termination function. E_NOT_POSTED The form has not been posted. E_NOT_CONNECTED No items are connected to the form. E_NO_ROOM Form is too large for its window. E_POSTED The form has already been posted. E_SYSTEM_ERROR System error occurred (see errno). SEE ALSO
ncurses(3NCURSES), form(3FORM). NOTES
The header file <form.h> automatically includes the header file <curses.h>. PORTABILITY
These routines emulate the System V forms library. They were not supported on Version 7 or BSD versions. AUTHORS
Juergen Pfeifer. Manual pages and adaptation for new curses by Eric S. Raymond. post(3FORM)
All times are GMT -4. The time now is 11:18 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy