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