summaryrefslogtreecommitdiff
path: root/gnu/lib/libdialog/textbox.c
Commit message (Collapse)AuthorAgeFilesLines
* Allow emacs-style next/prev characters as well as arrow keys so thatJordan K. Hubbard1997-01-151-0/+2
| | | | | | | I can offer this as a consistent feature. Notes: svn path=/head/; revision=21697
* 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
* Line up some of these OK boxes properly again.Jordan K. Hubbard1996-12-121-1/+1
| | | | Notes: svn path=/head/; revision=20359
* "CONTINUE" was just too long. Make it a nice "OK" now.Jordan K. Hubbard1996-10-041-1/+1
| | | | Notes: svn path=/head/; revision=18682
* 1. Remove some ancient bogons from when I initially added dialogMenuItemJordan K. Hubbard1996-07-111-1/+1
| | | | | | | | support. 2. Have message boxes say "Continue" instead of "Exit" Notes: svn path=/head/; revision=17098
* 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
* Fix nasty shadow bug sneaked in Marc's commit.Andrey A. Chernov1995-05-081-2/+1
| | | | | | | | | Implement ^K and KEY_EOL as clear end of line Move common code from line_edit to static function Cosmetique changes in textbox Notes: svn path=/head/; revision=8344
* This just exited on most errors, some of which were legitimate andJordan K. Hubbard1995-03-221-10/+5
| | | | | | | | I don't *want* to cause my application to be exited! Some of the fprintfs() should probably be calls to some dialog error menu popup anyway. Notes: svn path=/head/; revision=7237
* file selector, helpline, helpfile and more, with my fixesAndrey A. Chernov1995-02-151-1/+6
| | | | | | | Submitted by: wmbfmk@urc.tue.nl Notes: svn path=/head/; revision=6458
* 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/+1
| | | | | | | 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
* Fix original bug with wrong calculated dims for items list.Andrey A. Chernov1994-11-171-0/+6
| | | | | | | Add args check for functions when autosizing impossible. Notes: svn path=/head/; revision=4565
* Add pointer check after each newwin/subwin with error diagnosticAndrey A. Chernov1994-10-311-0/+10
| | | | Notes: svn path=/head/; revision=4024
* Implement dialog_prgbox() function which allows run programAndrey A. Chernov1994-10-281-1/+1
| | | | | | | (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-42/+6
| | | | | | | | 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/+710
Notes: svn path=/cvs2svn/branches/savio_lam/; revision=3515