summaryrefslogtreecommitdiff
path: root/gnu/lib/libdialog/inputbox.c
Commit message (Expand)AuthorAgeFilesLines
* Add another hateful global to libdialog (what the heck, there are alreadyJordan K. Hubbard1996-12-141-1/+1
* Next round of changes - make dialog boxes drawable at arbitrary X,Y locationsJordan K. Hubbard1996-01-011-2/+2
* file selector, helpline, helpfile and more, with my fixesAndrey A. Chernov1995-02-151-0/+6
* Add more range/argument checkingAndrey A. Chernov1995-01-301-1/+2
* silently restrict all boxes to LINES, COLSAndrey A. Chernov1994-11-181-0/+4
* Draw passed line with passed attrs on enter of line_edit()Andrey A. Chernov1994-11-181-0/+2
* Add new parameter to line_edit: field length (-1 means unlimited)Andrey A. Chernov1994-11-181-1/+1
* Save/restore attrs in line_edit nowAndrey A. Chernov1994-11-181-1/+1
* Full autosizing support, now you can pass -1, -1 for anyAndrey A. Chernov1994-11-161-1/+9
* 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