aboutsummaryrefslogtreecommitdiff
path: root/gnu/lib/libdialog/inputbox.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'BETA_2_0'.cvs2svn1994-11-211-2/+16
* Now line_edit() uses passed string as initial promptAndrey A. Chernov1994-11-021-0/+1
* Add pointer check after each newwin/subwin with error diagnosticAndrey A. Chernov1994-10-311-0/+5
* Implement dialog_prgbox() function which allows run programAndrey A. Chernov1994-10-281-1/+3
* Implement line_edit() function (full line editor) which may calledAndrey A. Chernov1994-10-211-127/+7
* Declare more functions externally.Andrey A. Chernov1994-10-201-1/+1
* Make all dialog box available from C programs via functions callsAndrey A. Chernov1994-10-111-0/+281