<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libforms/forms.c, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>1996-06-19T21:19:37Z</updated>
<entry>
<title>Remove libforms, it was never used.</title>
<updated>1996-06-19T21:19:37Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1996-06-19T21:19:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=40582d714209b33d01ce69129a4de7c995cf1479'/>
<id>urn:sha1:40582d714209b33d01ce69129a4de7c995cf1479</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove trailing whitespace.</title>
<updated>1995-05-30T05:51:47Z</updated>
<author>
<name>Rodney W. Grimes</name>
<email>rgrimes@FreeBSD.org</email>
</author>
<published>1995-05-30T05:51:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6c06b4e2aa2a28d1f0bbd29ecdce35aaaf600ce8'/>
<id>urn:sha1:6c06b4e2aa2a28d1f0bbd29ecdce35aaaf600ce8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>New libforms.</title>
<updated>1995-05-12T17:20:06Z</updated>
<author>
<name>Paul Richards</name>
<email>paul@FreeBSD.org</email>
</author>
<published>1995-05-12T17:20:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=89e255f52c667a49e05cd8f4b135bb3f6c9b2df1'/>
<id>urn:sha1:89e255f52c667a49e05cd8f4b135bb3f6c9b2df1</id>
<content type='text'>
Bumped major number.

Ncurses backend still needs improving.
Other back-ends need to be written.
</content>
</entry>
<entry>
<title>change hash.h to strhash.h to match new convention.</title>
<updated>1995-03-26T10:25:00Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1995-03-26T10:25:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=be01ce93469e4325c1ca8e8b790506a727b31af2'/>
<id>urn:sha1:be01ce93469e4325c1ca8e8b790506a727b31af2</id>
<content type='text'>
Manpage for strhash functions to follow tomorrow.
</content>
</entry>
<entry>
<title>Use a hash table to hold all the bindings info rather than a linked list.</title>
<updated>1995-03-26T07:44:33Z</updated>
<author>
<name>Paul Richards</name>
<email>paul@FreeBSD.org</email>
</author>
<published>1995-03-26T07:44:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=62773adf71f81f85a396213412e55bec1f9c7186'/>
<id>urn:sha1:62773adf71f81f85a396213412e55bec1f9c7186</id>
<content type='text'>
Forms now have their own local bindings table so that anything
declared within a form is local to that form. This means you can
have fields of the same name in different forms.

Added inlined attribute setting for strings e.g. "This is \bold bold"

Added entry and exit functions for fields.
</content>
</entry>
<entry>
<title>Completely rewrite libforms so everything is done at runtime rather</title>
<updated>1995-03-01T08:19:06Z</updated>
<author>
<name>Paul Richards</name>
<email>paul@FreeBSD.org</email>
</author>
<published>1995-03-01T08:19:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=be7d950dc87bef2e5728cd6b5ae22c29a7f9c8ec'/>
<id>urn:sha1:be7d950dc87bef2e5728cd6b5ae22c29a7f9c8ec</id>
<content type='text'>
than at compile time.

Should have same functionality as old libforms but with new mechanism.

Lots of new features that use the new mechanism are still to be added.
</content>
</entry>
<entry>
<title>Implemented height field for text fields so they can now be more than</title>
<updated>1995-02-01T04:06:37Z</updated>
<author>
<name>Paul Richards</name>
<email>paul@FreeBSD.org</email>
</author>
<published>1995-02-01T04:06:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8c490a36b0eeefea117b6b5397d17b832d64b549'/>
<id>urn:sha1:8c490a36b0eeefea117b6b5397d17b832d64b549</id>
<content type='text'>
one line long.

Fixed a bug in the input field with cursor positioning at the end of
the field.

Make the print_status function available to apps so they can print
status messages.

Updated the example for the new fib parser.
</content>
</entry>
<entry>
<title>Add all the necessary bits to use color if the terminal allows it.</title>
<updated>1995-01-30T02:41:29Z</updated>
<author>
<name>Paul Richards</name>
<email>paul@FreeBSD.org</email>
</author>
<published>1995-01-30T02:41:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0d595e6acd57e9cadc2a1db0453ef7bd2c69f5a1'/>
<id>urn:sha1:0d595e6acd57e9cadc2a1db0453ef7bd2c69f5a1</id>
<content type='text'>
You can now specify separate attributes for selected/not selected
cases individually for each field and also an attr for the form as
a whole so you can now have colored backgrounds for the form and
different coloured fields etc.

Update the example.

Change the copyright to a BSD style one.
</content>
</entry>
<entry>
<title>Truncate any default inputs to the input width.</title>
<updated>1995-01-25T08:26:17Z</updated>
<author>
<name>Paul Richards</name>
<email>paul@FreeBSD.org</email>
</author>
<published>1995-01-25T08:26:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=942e8a961a7198e35429615d77894c0c72af3295'/>
<id>urn:sha1:942e8a961a7198e35429615d77894c0c72af3295</id>
<content type='text'>
Update the example so it works properly.
</content>
</entry>
<entry>
<title>Update libforms to agree with new fib.</title>
<updated>1995-01-25T03:33:43Z</updated>
<author>
<name>Paul Richards</name>
<email>paul@FreeBSD.org</email>
</author>
<published>1995-01-25T03:33:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=faf710b023abed4692ad2953ba5e7ab920338fe6'/>
<id>urn:sha1:faf710b023abed4692ad2953ba5e7ab920338fe6</id>
<content type='text'>
</content>
</entry>
</feed>
