summaryrefslogtreecommitdiff
path: root/lib/libform/internals.c
AgeCommit message (Expand)Author
2021-10-25Fix for PR lib/47398blymn
2021-10-19Fix for PR lib/47397blymn
2021-04-13- fix memory leakchristos
2018-11-08"s/ are are / are /" in comment. No functional change.msaitoh
2016-03-09PR/50919: David Binderman: Re-do all the debug stuff in a more sustainable way.christos
2013-11-26goodbye CIRCLEQ, welcome TAILQchristos
2013-01-19Fix typo.mbalmer
2011-05-23Save space, kill some ()joerg
2010-05-13cast isblank(3)'s argument to unsigned char.tnozaki
2010-02-03Userland now builds and uses terminfo instead of termcap.roy
2006-04-09make debug build work.christos
2006-03-19Coverity CID 107[123]: Leave the assertions in the code, not only when DEBUGchristos
2004-11-24* Rewrote internal handling of multiline field line data to fix a bugblymn
2003-03-09use __RCSID()lukem
2002-08-07Prevent field scrolling when REQ_RIGHT_CHAR hits the RHS of the field.blymn
2002-08-02Allow REQ_RIGHT_CHAR to get to the end of the line.blymn
2002-07-29 * Fix bad function reference.blymn
2002-07-29 * Fix cursor motion bugs referred to in pr 17480blymn
2002-07-08* Set character attributes when adding pad to field, null fields willblymn
2002-05-20* Major rework to allow the TAB character in fields.blymn
2001-08-05* Wrap field size checking into a function, makes if's more readableblymn
2001-06-28Fix limits on dynamic fields.blymn
2001-06-23* Fixed REQ_DEL_CHAR for multi-line fields.blymn
2001-06-04* Make req_del_prev work in multiline field.blymn
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-11* Rototilled internals to make multiline fields work correctly. Someblymn
2001-04-06* Fix horizontal scrollingblymn
2001-03-25 * Fix wrapping behaviour - O_WRAP turns on/off wrapping on wordblymn
2001-02-15Avoid trying to wrap a single row field.blymn
2001-02-10Check NULL0K _before_ PASSOK and clean up the PASSOK logic.blymn
2001-02-06* Moved field overflow check into _formi_add_char to allow overwriting ablymn
2001-02-03Fixed the counting of rows in the field.blymn
2001-01-30Added field and character checking.blymn
2001-01-23Fix off by one bug in field scrolling decision when inserting chars.blymn
2001-01-22Don't manipulate a field with a null string pointer.blymn
2001-01-18Fixed segv if a field that never had buffer 0 set has characters addedblymn
2001-01-18* Stop next/prev field commands wrappingblymn
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