• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

po/H03-May-2022-2,7272,337

AUTHORSH A D27-May-2019812 4743

CHANGESH A D27-May-201912.3 KiB378316

COPYINGH A D27-May-201924.8 KiB482399

Makefile.inH A D03-May-20225.8 KiB185147

READMEH A D27-May-20191,010 2619

autogen.shH A D27-May-201942 63

button.cH A D27-May-20194.8 KiB209165

buttonbar.cH A D27-May-20191 KiB4734

checkbox.cH A D27-May-20196.4 KiB312248

checkboxtree.cH A D27-May-201919.4 KiB833685

config.h.inH A D27-May-20192.4 KiB9765

configureH A D27-May-2019149.4 KiB5,3144,411

configure.acH A D03-May-20224 KiB155135

dialogboxes.cH A D27-May-201914.5 KiB636524

dialogboxes.hH A D27-May-20191.2 KiB4334

eawidth.cH A D27-May-201914 KiB464367

entry.cH A D27-May-201912.1 KiB519422

form.cH A D03-May-202229 KiB1,229945

grid.cH A D27-May-20199.6 KiB395304

label.cH A D27-May-20191.8 KiB9371

libnewt.pc.inH A D27-May-2019230 119

listbox.cH A D27-May-201919 KiB775628

newt.0.52.verH A D27-May-20193.4 KiB178171

newt.cH A D03-May-202232.1 KiB1,181904

newt.hH A D27-May-201915.8 KiB399317

newt_pr.hH A D27-May-20192.6 KiB9173

nls.hH A D27-May-2019353 2316

peanuts.pyH A D27-May-20191.2 KiB4736

popcorn.pyH A D27-May-20193 KiB11490

scale.cH A D27-May-20192.4 KiB10884

scrollbar.cH A D27-May-20192.8 KiB134104

showchars.cH A D27-May-2019745 4332

showkey.cH A D27-May-2019670 4231

snack.cH A D27-May-201946.6 KiB1,5391,200

snack.pyH A D27-May-201930.4 KiB999780

test.cH A D27-May-20194.7 KiB162127

testgrid.cH A D27-May-20193.5 KiB10982

testtree.cH A D27-May-20195.1 KiB147124

textbox.cH A D27-May-201910.6 KiB486398

tutorial.sgmlH A D27-May-201957.9 KiB1,4841,095

whiptail.1H A D27-May-20198.8 KiB317313

whiptail.cH A D27-May-201915.8 KiB632511

whiptcl.cH A D03-May-20228.1 KiB311252

windows.cH A D27-May-20198 KiB283228

README

1Newt
2----
3
4Newt is a programming library for color text mode, widget based user
5interfaces.  Newt can be used to add stacked windows, entry widgets,
6checkboxes, radio buttons, labels, plain text fields, scrollbars,
7etc., to text mode user interfaces.  Newt is based on the slang library.
8
9Homepage:
10    https://pagure.io/newt
11
12Copyright (C) 1996-2016  Red Hat, Inc.
13
14This library is free software; you can redistribute it and/or
15modify it under the terms of the GNU Library General Public
16License version 2 as published by the Free Software Foundation.
17
18This library is distributed in the hope that it will be useful,
19but WITHOUT ANY WARRANTY; without even the implied warranty of
20MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
21Library General Public License for more details.
22
23You should have received a copy of the GNU Library General Public
24License along with this library; if not, write to the Free Software
25Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
26