Jump to letter: [
49ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
newt: A development library for text mode user interfaces.
Name: | newt |
Vendor: | Scientific Linux |
Version: | 0.51.6 |
License: | LGPL |
Release: | 10.el4 |
URL: | |
- Summary
- Newt is a programming library for color text mode, widget based user
interfaces. Newt can be used to add stacked windows, entry widgets,
checkboxes, radio buttons, labels, plain text fields, scrollbars,
etc., to text mode user interfaces. This package also contains the
shared library needed by programs built with newt, as well as a
/usr/bin/dialog replacement called whiptail. Newt is based on the
slang library.
Changelog
- * Thu Feb 14 18:00:00 2008 Miroslav Lichvar <mlichvar{%}redhat{*}com> 0.51.6-10.el4
- add support for tuples of strings in EntryWindow prompts in snack (#219678)
- * Wed Mar 29 18:00:00 2006 Petr Rockai <prockai{%}redhat{*}com> 0.51.6-9.rhel4
- use mbrtowc instead of mblen and mbtowc, as anaconda does not have access to
the latter two
- * Thu Jan 19 18:00:00 2006 Petr Rockai <prockai{%}redhat{*}com> 0.51.6-8.rhel4
- backport fix for BR165347, newt segfaulting on pressing pgup/pgdown
in checkboxtree in some situations