A library for text mode user interfaces
  • C 83.5%
  • Python 9.8%
  • Roff 3.2%
  • Makefile 2.2%
  • M4 1.3%
Find a file
2026-02-02 13:30:23 +01:00
po fix "yes" in Spanish translation 2025-03-10 11:36:50 +01:00
.gitignore add pkgconfig support 2009-09-17 15:18:31 +02:00
AUTHORS update AUTHORS 2022-11-21 14:34:17 +01:00
autogen.sh don't call automake in autogen.sh 2018-05-16 17:23:19 +02:00
button.c handle component destruction 2008-03-21 12:58:40 +01:00
buttonbar.c improve handling of malloc failures 2025-06-19 08:48:28 +02:00
CHANGES update CHANGES 2025-03-10 14:29:06 +01:00
checkbox.c improve handling of malloc failures 2025-06-19 08:48:28 +02:00
checkboxtree.c improve handling of malloc failures 2025-06-19 08:48:28 +02:00
configure.ac allow disabling building of whiptail binary 2025-08-13 08:41:15 +02:00
COPYING update FSF address 2012-02-08 12:26:36 +01:00
dialogboxes.c remove unused variables 2023-10-25 10:45:30 +02:00
dialogboxes.h restore automatic menu/list-height in whiptail 2022-11-24 15:40:05 +01:00
eawidth.c revert a bit 2006-08-25 12:15:24 +00:00
entry.c improve handling of malloc failures 2025-06-19 08:48:28 +02:00
form.c free watched file descriptors when destroying form 2026-02-02 13:30:23 +01:00
grid.c improve handling of malloc failures 2025-06-19 08:48:28 +02:00
label.c improve handling of malloc failures 2025-06-19 08:48:28 +02:00
libnewt.pc.in libnewt.pc: add data for static linking 2021-08-16 09:25:41 +02:00
listbox.c remove unused variable in newtListboxSelectItem 2026-01-06 12:22:41 +01:00
Makefile.in allow disabling building of whiptail binary 2025-08-13 08:41:15 +02:00
newt.0.52.ver add newtEntryGet/SetCursorPosition 2013-11-21 16:02:10 +01:00
newt.c drop ident strings 2019-10-08 10:11:36 +02:00
newt.h Remove newtListitem declarations (#1074092) 2014-03-11 11:33:27 +01:00
newt_pr.h drop ER_SETFOCUS event result 2025-03-10 14:29:06 +01:00
nls.h - support --disable-nls option (patch by Natanael Copa) 2008-01-23 16:18:46 +00:00
peanuts.py add python3 support (#963839) 2013-10-17 16:14:19 +02:00
popcorn.py add python3 support (#963839) 2013-10-17 16:14:19 +02:00
README update README 2016-09-13 11:31:38 +02:00
scale.c improve handling of malloc failures 2025-06-19 08:48:28 +02:00
scrollbar.c improve handling of malloc failures 2025-06-19 08:48:28 +02:00
showchars.c revert a bit 2006-08-25 12:15:24 +00:00
showkey.c revert a bit 2006-08-25 12:15:24 +00:00
snack.c replace deprecated function calls in snack 2023-10-25 12:20:38 +02:00
snack.py support screen resize as hotkey in form (#1432926) 2017-03-16 13:36:07 +01:00
test.c remove unused variables in test code 2013-03-25 15:05:31 +01:00
testgrid.c remove unused variables in test code 2013-03-25 15:05:31 +01:00
testtree.c remove unused variables in test code 2013-03-25 15:05:31 +01:00
textbox.c improve handling of malloc failures 2025-06-19 08:48:28 +02:00
tutorial.sgml - cleaned up const qualifiers in interfaces 2003-01-04 19:15:25 +00:00
whiptail.1 add documentation about usage in command substitutions 2026-01-06 12:08:13 +01:00
whiptail.c fix -Wswitch warning 2023-10-25 12:20:38 +02:00
whiptcl.c restore automatic menu/list-height in whiptail 2022-11-24 15:40:05 +01:00
windows.c fix warnings about never-read values 2019-10-01 19:13:55 +02:00

Newt
----

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.  Newt is based on the slang library.

Homepage:
    https://pagure.io/newt

Copyright (C) 1996-2016  Red Hat, Inc.

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License version 2 as published by the Free Software Foundation.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Library General Public License for more details.

You should have received a copy of the GNU Library General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA