Home | History | Annotate | Download | only in libform
History log of /src/lib/libform/post.c
RevisionDateAuthorComments
 1.10  09-Mar-2016  christos PR/50919: David Binderman: Re-do all the debug stuff in a more sustainable way.
 1.9  09-Mar-2003  lukem use __RCSID()
 1.8  13-Jun-2001  wiz withough -> without
 1.7  25-Mar-2001  blymn * Remove code that created the subwin if it did not exist as this is
not the correct behaviour.
* Mods to support new curses window behaviour.
 1.6  22-Jan-2001  blymn Changed ordering of the cursor positioning call so the posted flag is
set before form_pos_cursor is called.
 1.5  21-Jan-2001  blymn Position cursor when posting the form.
 1.4  18-Jan-2001  blymn * Stop next/prev field commands wrapping
* Made debug file open a function call that can be called multiple
times.
* Fixed the enum type.
 1.3  16-Jan-2001  blymn Multiple fixes:

* A debug version of libform will be build if DEBUG_FORMS is defined
* Can no longer edit fields that do not have O_EDIT set
* Changed background attribute to A_NORMAL like ncurses
* Fixed truncation of field contents when content length == field length
* Current field is set to first visible & active field on form post
 1.2  04-Jan-2001  blymn * Changed type of userptr to be void * (now matches ncurses)
* Bumped lib major version due to above.
* Changed debug output to go to a file instead of stderr, the file gets
opened when the form is posted iff one is not already open.
 1.1  17-Dec-2000  blymn Added early release version of libform - please be gentle.

RSS XML Feed