Home | History | Annotate | Download | only in libform
History log of /src/lib/libform/driver.c
RevisionDateAuthorComments
 1.18  26-Nov-2013  christos goodbye CIRCLEQ, welcome TAILQ
 1.17  03-Feb-2010  roy branches: 1.17.6; 1.17.12;
Userland now builds and uses terminfo instead of termcap.

OK: core@, jdc@
 1.16  24-Nov-2004  blymn * Rewrote internal handling of multiline field line data to fix a bug
where a newly opened line would immediately get wrapped out of existence.
The old method of handling lines in a multiline field did not cope with
this elegantly.

* Added new field flag O_REFORMAT which, when set, returns the field
buffer with newlines inserted where the line wrapped. Previously, there
was no way of preserving the on screen format of a multiline field.

* Added new file gdbinit which contains a macro to verify and print
the multiline field line data structure.

* Bumped libform major number due to changes in the _form_field structure.
 1.15  09-Mar-2003  lukem use __RCSID()
 1.14  02-Aug-2002  blymn Refresh window after a driver command.
 1.13  29-Jul-2002  blymn * Fix cursor motion bugs referred to in pr 17480
* Handle cursor motion for justifications other than left justified.
 1.12  20-May-2002  blymn * Major rework to allow the TAB character in fields.
 1.11  31-Dec-2001  thorpej Fix -Wshadow warnings (gcc 3.1).
 1.10  13-Jun-2001  wiz withough -> without
 1.9  16-May-2001  blymn Fixed wrapping of multiline fields.
 1.8  11-May-2001  blymn * Rototilled internals to make multiline fields work correctly. Some
bugs remain such as vertical scrolling is not working and the field
is not correctly redrawn after being cleared. There are bound to be
others.
 1.7  06-Apr-2001  blymn * Fixes for horizontal scrolling
* Character is added to the destination field in auto-skip mode when
a new field is skipped to.
 1.6  05-Feb-2001  blymn Restructured driver character insert to allow overwrite of full field
without autoskipping.
 1.5  03-Feb-2001  blymn Reset offsets when a new field is entered.
 1.4  30-Jan-2001  blymn Added field and character checking.
 1.3  23-Jan-2001  blymn Added support for the O_OVERLOAD_* form options.
 1.2  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.1  17-Dec-2000  blymn Added early release version of libform - please be gentle.
 1.17.12.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.17.6.1  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")

RSS XML Feed