aboutsummaryrefslogtreecommitdiff
path: root/gnu/lib/libdialog
Commit message (Expand)AuthorAgeFilesLines
* Tell stupid users to write the bootcode.upstream/2.0_cvsrelease/2.0_cvsJordan K. Hubbard1994-11-221-1/+1
* This commit was manufactured by cvs2svn to create branch 'RELEASE_2_0'.cvs2svn1994-11-221-38/+50
* This commit was manufactured by cvs2svn to create branch 'BETA_2_0'.cvs2svn1994-11-2111-76/+318
* Now line_edit() uses passed string as initial promptAndrey A. Chernov1994-11-022-3/+11
* Translate README to english. :-)Jordan K. Hubbard1994-11-021-4/+5
* Add pointer check after each newwin/subwin with error diagnosticAndrey A. Chernov1994-10-318-0/+60
* Add a -I${.CURDIR} so that the next time Andrew changes dialog.h, theJordan K. Hubbard1994-10-281-2/+2
* Add refresh after each line of program output,Andrey A. Chernov1994-10-281-0/+1
* Implement dialog_prgbox() function which allows run programAndrey A. Chernov1994-10-2814-26/+394
* Added refresh() to dialog_clear so that it actuallyPaul Richards1994-10-251-0/+1
* Make dialog attributes visible from outside (for direct usageAndrey A. Chernov1994-10-242-40/+38
* Fix dialog_clear() to clear windows.Andrey A. Chernov1994-10-211-0/+1
* Implement line_edit() function (full line editor) which may calledAndrey A. Chernov1994-10-215-171/+184
* Declare more functions externally.Andrey A. Chernov1994-10-2012-30/+32
* Don't exit silently, if initscr failed; put error messageAndrey A. Chernov1994-10-191-1/+3
* Check initscr() for NULLAndrey A. Chernov1994-10-191-1/+2
* SHARED_LDADD --> LDADDAndrey A. Chernov1994-10-121-2/+2
* Make all dialog box available from C programs via functions callsAndrey A. Chernov1994-10-1116-0/+3985