summaryrefslogtreecommitdiff
path: root/gnu/lib/libdialog/inputbox.c
Commit message (Collapse)AuthorAgeFilesLines
* Add another hateful global to libdialog (what the heck, there are alreadyJordan K. Hubbard1996-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. Notes: svn path=/head/; revision=20442
* Next round of changes - make dialog boxes drawable at arbitrary X,Y locationsJordan K. Hubbard1996-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. Notes: svn path=/head/; revision=13135
* file selector, helpline, helpfile and more, with my fixesAndrey A. Chernov1995-02-151-0/+6
| | | | | | | Submitted by: wmbfmk@urc.tue.nl Notes: svn path=/head/; revision=6458
* Add more range/argument checkingAndrey A. Chernov1995-01-301-1/+2
| | | | | | | Submitted by: charnier@lirmm.fr Notes: svn path=/head/; revision=6035
* silently restrict all boxes to LINES, COLSAndrey A. Chernov1994-11-181-0/+4
| | | | Notes: svn path=/head/; revision=4658
* Draw passed line with passed attrs on enter of line_edit()Andrey A. Chernov1994-11-181-0/+2
| | | | | | | and redraw it with default attrs on exit. Notes: svn path=/head/; revision=4591
* Add new parameter to line_edit: field length (-1 means unlimited)Andrey A. Chernov1994-11-181-1/+1
| | | | Notes: svn path=/head/; revision=4584
* Save/restore attrs in line_edit nowAndrey A. Chernov1994-11-181-1/+1
| | | | Notes: svn path=/head/; revision=4582
* Full autosizing support, now you can pass -1, -1 for anyAndrey A. Chernov1994-11-161-1/+9
| | | | | | | string Notes: svn path=/head/; revision=4527
* Now line_edit() uses passed string as initial promptAndrey A. Chernov1994-11-021-0/+1
| | | | Notes: svn path=/head/; revision=4071
* Add pointer check after each newwin/subwin with error diagnosticAndrey A. Chernov1994-10-311-0/+5
| | | | Notes: svn path=/head/; revision=4024
* Implement dialog_prgbox() function which allows run programAndrey A. Chernov1994-10-281-1/+3
| | | | | | | (via pipe) with output to dialog box Notes: svn path=/head/; revision=3950
* Implement line_edit() function (full line editor) which may calledAndrey A. Chernov1994-10-211-127/+7
| | | | | | | | externally. Rewrite inputbox/textbox to use this function. Notes: svn path=/head/; revision=3754
* Declare more functions externally.Andrey A. Chernov1994-10-201-1/+1
| | | | | | | Don't forget to use 'make beforeinstall'... Notes: svn path=/head/; revision=3740
* Make all dialog box available from C programs via functions callsAndrey A. Chernov1994-10-111-0/+281
Notes: svn path=/cvs2svn/branches/savio_lam/; revision=3515