| #
23a151b4 |
| 09-Mar-2016 |
christos <christos@NetBSD.org> |
PR/50919: David Binderman: Re-do all the debug stuff in a more sustainable way.
|
| #
a2ed7b2d |
| 09-Mar-2003 |
lukem <lukem@NetBSD.org> |
use __RCSID()
|
| #
c03a48d6 |
| 13-Jun-2001 |
wiz <wiz@NetBSD.org> |
withough -> without
|
| #
64bd5595 |
| 25-Mar-2001 |
blymn <blymn@NetBSD.org> |
* 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.
|
| #
0e267bb5 |
| 22-Jan-2001 |
blymn <blymn@NetBSD.org> |
Changed ordering of the cursor positioning call so the posted flag is set before form_pos_cursor is called.
|
| #
5b3b45d2 |
| 21-Jan-2001 |
blymn <blymn@NetBSD.org> |
Position cursor when posting the form.
|
| #
fde37c21 |
| 18-Jan-2001 |
blymn <blymn@NetBSD.org> |
* Stop next/prev field commands wrapping * Made debug file open a function call that can be called multiple times. * Fixed the enum type.
|
| #
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 ...
|
| #
af28ef95 |
| 04-Jan-2001 |
blymn <blymn@NetBSD.org> |
* 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
* 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.
show more ...
|
| #
41859428 |
| 17-Dec-2000 |
blymn <blymn@NetBSD.org> |
Added early release version of libform - please be gentle.
|