summaryrefslogtreecommitdiff
path: root/gnu/lib/libdialog/textbox.c
Commit message (Expand)AuthorAgeFilesLines
* Allow emacs-style next/prev characters as well as arrow keys so thatJordan K. Hubbard1997-01-151-0/+2
* Add another hateful global to libdialog (what the heck, there are alreadyJordan K. Hubbard1996-12-141-1/+1
* Line up some of these OK boxes properly again.Jordan K. Hubbard1996-12-121-1/+1
* "CONTINUE" was just too long. Make it a nice "OK" now.Jordan K. Hubbard1996-10-041-1/+1
* 1. Remove some ancient bogons from when I initially added dialogMenuItemJordan K. Hubbard1996-07-111-1/+1
* Next round of changes - make dialog boxes drawable at arbitrary X,Y locationsJordan K. Hubbard1996-01-011-2/+2
* Fix nasty shadow bug sneaked in Marc's commit.Andrey A. Chernov1995-05-081-2/+1
* This just exited on most errors, some of which were legitimate andJordan K. Hubbard1995-03-221-10/+5
* file selector, helpline, helpfile and more, with my fixesAndrey A. Chernov1995-02-151-1/+6
* 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/+1
* Add new parameter to line_edit: field length (-1 means unlimited)Andrey A. Chernov1994-11-181-1/+1
* Fix original bug with wrong calculated dims for items list.Andrey A. Chernov1994-11-171-0/+6
* Add pointer check after each newwin/subwin with error diagnosticAndrey A. Chernov1994-10-311-0/+10
* Implement dialog_prgbox() function which allows run programAndrey A. Chernov1994-10-281-1/+1
* Implement line_edit() function (full line editor) which may calledAndrey A. Chernov1994-10-211-42/+6
* 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/+710