summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libdialog/inputbox.c
Commit message (Collapse)AuthorAgeFilesLines
* Add another hateful global to libdialog (what the heck, there are alreadyjkh1996-12-141-1/+1
| | | | | | 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.
* Next round of changes - make dialog boxes drawable at arbitrary X,Y locationsjkh1996-01-011-2/+2
| | | | | | and add selection traversal callbacks so context-sensitive behavior can even be implemented for individual menu items. These work around the two largest issues holding me back with some of my sysinstall changes.
* file selector, helpline, helpfile and more, with my fixesache1995-02-151-0/+6
| | | | Submitted by: wmbfmk@urc.tue.nl
* Add more range/argument checkingache1995-01-301-1/+2
| | | | Submitted by: charnier@lirmm.fr
* silently restrict all boxes to LINES, COLSache1994-11-181-0/+4
|
* Draw passed line with passed attrs on enter of line_edit()ache1994-11-181-0/+2
| | | | and redraw it with default attrs on exit.
* Add new parameter to line_edit: field length (-1 means unlimited)ache1994-11-181-1/+1
|
* Save/restore attrs in line_edit nowache1994-11-181-1/+1
|
* Full autosizing support, now you can pass -1, -1 for anyache1994-11-161-1/+9
| | | | string
* Now line_edit() uses passed string as initial promptache1994-11-021-0/+1
|
* Add pointer check after each newwin/subwin with error diagnosticache1994-10-311-0/+5
|
* Implement dialog_prgbox() function which allows run programache1994-10-281-1/+3
| | | | (via pipe) with output to dialog box
* Implement line_edit() function (full line editor) which may calledache1994-10-211-127/+7
| | | | | externally. Rewrite inputbox/textbox to use this function.
* Declare more functions externally.ache1994-10-201-1/+1
| | | | Don't forget to use 'make beforeinstall'...
* Make all dialog box available from C programs via functions callsache1994-10-111-0/+281
OpenPOWER on IntegriCloud