summaryrefslogtreecommitdiff
path: root/lib/libform
AgeCommit message (Expand)Author
2001-12-31Fix -Wshadow warnings (gcc 3.1).thorpej
2001-12-03bump major because of libcurses bump.christos
2001-09-27Removed stray characters in comment block.blymn
2001-08-05Added notes about differences between this libform and the original AT&Tblymn
2001-08-05* Wrap field size checking into a function, makes if's more readableblymn
2001-07-18line up function prototype names.blymn
2001-07-18new_field argument list too long, use .Fo/.Fa/.Fcblymn
2001-07-08Fix error returns.blymn
2001-07-08ansify field_info prototype.blymn
2001-07-08Add missing function and make some error returns into proper eti.hblymn
2001-07-08Added man pages.blymn
2001-07-08Add man pages for libform.blymn
2001-07-08The information in the README no longer applies.blymn
2001-06-28Fix limits on dynamic fields.blymn
2001-06-23* Fixed REQ_DEL_CHAR for multi-line fields.blymn
2001-06-13withough -> withoutwiz
2001-06-04* Make req_del_prev work in multiline field.blymn
2001-06-04* Only line wrap buffer 0 in set_field_buffer since this is theblymn
2001-05-25* Fix forward word and backward word driver commands.blymn
2001-05-23* Fix some of the cursor motion commands to handle multiline fieldsblymn
2001-05-16Fixed wrapping of multiline fields.blymn
2001-05-12Add #include <string.h> to correct compile problem on alphasommerfeld
2001-05-11* Rototilled internals to make multiline fields work correctly. Someblymn
2001-05-11Changed check_field code to use standard library calls for checkingblymn
2001-04-06* Fixed horizontal scrolling.blymn
2001-04-06* Fix horizontal scrollingblymn
2001-04-06* Fixes for horizontal scrollingblymn
2001-03-25Bumped major because driver commands have changed value and the subwinblymn
2001-03-25 * Remove code that created the subwin if it did not exist as this isblymn
2001-03-25 * Fix wrapping behaviour - O_WRAP turns on/off wrapping on wordblymn
2001-03-25 * Bracket constant definesblymn
2001-03-25 * Fixed curses window handling, library no longer creates a subwin.blymn
2001-03-25 * truncate field contents to field length if field is or becomes staticblymn
2001-02-16Handle the "unknown" ipv6 address form (::).blymn
2001-02-16Added new function form_max_page.blymn
2001-02-16replace strncpy with strlcpy.... 'nuff said.blymn
2001-02-15Avoid trying to wrap a single row field.blymn
2001-02-15Truncate the buffer string to the field buffer size if the field is static.blymn
2001-02-13Various bug fixes:blymn
2001-02-11Fixed various bugs, the ipv6 type now works...blymn
2001-02-10Extended the address formats that are allowed to include aa.bb.cc.dd/nnblymn
2001-02-10Check NULL0K _before_ PASSOK and clean up the PASSOK logic.blymn
2001-02-10Added ipv6 builtin type.blymn
2001-02-10New builtin type to handle ipv6 style addresses. Thanks to Charlesblymn
2001-02-06* Moved field overflow check into _formi_add_char to allow overwriting ablymn
2001-02-05Restructured driver character insert to allow overwrite of full fieldblymn
2001-02-03Made the field wrapping function available to other modules.blymn
2001-02-03Fixed the counting of rows in the field.blymn
2001-02-03Buffer now wrapped and redrawn when buffer is set.blymn
2001-02-03Reset offsets when a new field is entered.blymn