From owner-cvs-gnu Sat Dec 14 08:14:33 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id IAA11675 for cvs-gnu-outgoing; Sat, 14 Dec 1996 08:14:33 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id IAA11661; Sat, 14 Dec 1996 08:14:27 -0800 (PST) Date: Sat, 14 Dec 1996 08:14:27 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199612141614.IAA11661@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/lib/libdialog dialog.h inputbox.c kernel.c lineedit.c textbox.c ui_objects.c ui_objects.h src/gnu/lib/libdialog/TESTS input2.c Makefile Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/12/14 08:14:25 Modified: gnu/lib/libdialog dialog.h inputbox.c kernel.c lineedit.c textbox.c ui_objects.c ui_objects.h gnu/lib/libdialog/TESTS Makefile Added: gnu/lib/libdialog/TESTS input2.c Log: Add another hateful global to libdialog (what the heck, there are already so many). For now, the only extended attribute implemented is NO ECHO, useful for things like passwords. See TESTS/input2.c for an example. This should go into 2.2. Revision Changes Path 1.18 +5 -2 src/gnu/lib/libdialog/dialog.h 1.15 +1 -1 src/gnu/lib/libdialog/inputbox.c 1.26 +3 -0 src/gnu/lib/libdialog/kernel.c 1.14 +15 -15 src/gnu/lib/libdialog/lineedit.c 1.17 +1 -1 src/gnu/lib/libdialog/textbox.c 1.6 +20 -4 src/gnu/lib/libdialog/ui_objects.c 1.4 +1 -0 src/gnu/lib/libdialog/ui_objects.h 1.4 +2 -2 src/gnu/lib/libdialog/TESTS/Makefile