summaryrefslogtreecommitdiff
path: root/lib/libform/field.c
AgeCommit message (Expand)Author
2013-11-21Simplify previous.christos
2013-11-21Correct the allocation for the reformat buffer, thanks to mlelstv forblymn
2010-02-03Userland now builds and uses terminfo instead of termcap.roy
2006-02-07We want size_t arguments, so just cast to size_t, instead of castingwiz
2004-11-24* Rewrote internal handling of multiline field line data to fix a bugblymn
2003-03-09use __RCSID()lukem
2002-08-09Added extension to interface, set_field_printf which allows a printfblymn
2002-08-05set_field_opts and field_opts_on were both using the wrong pointerblymn
2002-08-03Redraw field when the flags for the field change iff the field isblymn
2002-07-31Reposition form cursor after field redrawn when setting a field value,blymn
2002-07-29 * Fix cursor motion bugs referred to in pr 17480blymn
2002-07-04Prevent set_field_buffer from redrawing field that is attached to a formblymn
2002-05-20* Major rework to allow the TAB character in fields.blymn
2001-07-08Add missing function and make some error returns into proper eti.hblymn
2001-06-28Fix limits on dynamic fields.blymn
2001-06-13withough -> withoutwiz
2001-06-04* Only line wrap buffer 0 in set_field_buffer since this is theblymn
2001-05-11* Rototilled internals to make multiline fields work correctly. Someblymn
2001-04-06* Fixed horizontal scrolling.blymn
2001-03-25 * truncate field contents to field length if field is or becomes staticblymn
2001-02-16replace strncpy with strlcpy.... 'nuff said.blymn
2001-02-15Truncate the buffer string to the field buffer size if the field is static.blymn
2001-02-03Buffer now wrapped and redrawn when buffer is set.blymn
2001-01-30When buffers are created they are given an empty string instead of justblymn
2001-01-16Multiple fixes:blymn
2001-01-04* Changed type of userptr to be void * (now matches ncurses)blymn
2000-12-17Added early release version of libform - please be gentle.blymn