History log of /netbsd-src/lib/libform/driver.c (Results 1 – 18 of 18)
Revision Date Author Comments
# f1abc9f9 26-Nov-2013 christos <christos@NetBSD.org>

goodbye CIRCLEQ, welcome TAILQ


# 98eb8895 03-Feb-2010 roy <roy@NetBSD.org>

Userland now builds and uses terminfo instead of termcap.

OK: core@, jdc@


# 19f07fb2 24-Nov-2004 blymn <blymn@NetBSD.org>

* 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 fie

* 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.

show more ...


# a2ed7b2d 09-Mar-2003 lukem <lukem@NetBSD.org>

use __RCSID()


# a5ab8107 02-Aug-2002 blymn <blymn@NetBSD.org>

Refresh window after a driver command.


# d0d41d9f 29-Jul-2002 blymn <blymn@NetBSD.org>

* Fix cursor motion bugs referred to in pr 17480
* Handle cursor motion for justifications other than left justified.


# 759e545d 20-May-2002 blymn <blymn@NetBSD.org>

* Major rework to allow the TAB character in fields.


# c64b324a 31-Dec-2001 thorpej <thorpej@NetBSD.org>

Fix -Wshadow warnings (gcc 3.1).


# c03a48d6 13-Jun-2001 wiz <wiz@NetBSD.org>

withough -> without


# 3f76420b 16-May-2001 blymn <blymn@NetBSD.org>

Fixed wrapping of multiline fields.


# 7ffbe072 11-May-2001 blymn <blymn@NetBSD.org>

* 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

* 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.

show more ...


# ab600f6a 06-Apr-2001 blymn <blymn@NetBSD.org>

* Fixes for horizontal scrolling
* Character is added to the destination field in auto-skip mode when
a new field is skipped to.


# 69869e5c 05-Feb-2001 blymn <blymn@NetBSD.org>

Restructured driver character insert to allow overwrite of full field
without autoskipping.


# 043f30d2 03-Feb-2001 blymn <blymn@NetBSD.org>

Reset offsets when a new field is entered.


# 99af4c10 30-Jan-2001 blymn <blymn@NetBSD.org>

Added field and character checking.


# 6334f191 23-Jan-2001 blymn <blymn@NetBSD.org>

Added support for the O_OVERLOAD_* form options.


# c0219226 16-Jan-2001 blymn <blymn@NetBSD.org>

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
*

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

show more ...


# 41859428 17-Dec-2000 blymn <blymn@NetBSD.org>

Added early release version of libform - please be gentle.