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_8.1 |
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
- * Mon Sep 21 19:00:00 2009 Miroslav Lichvar <mlichvar{%}redhat{*}com> 0.51.6-10.el4_8.1
- fix buffer overflow in textbox when reflowing (#524615, CVE-2009-2905)
- add release to -devel requires
- * 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