summaryrefslogtreecommitdiff
path: root/gnu/lib/libdialog/lineedit.c
Commit message (Expand)AuthorAgeFilesLines
* Add another hateful global to libdialog (what the heck, there are alreadyJordan K. Hubbard1996-12-141-15/+15
* Fix nasty shadow bug sneaked in Marc's commit.Andrey A. Chernov1995-05-081-87/+41
* file selector, helpline, helpfile and more, with my fixesAndrey A. Chernov1995-02-151-2/+10
* Add ^X,^B,^F,^E,^AAndrey A. Chernov1994-11-201-38/+50
* Automatically turn off insert mode when end of field reachedAndrey A. Chernov1994-11-191-4/+3
* Highlight only flen sized part while editing in line_edit()Andrey A. Chernov1994-11-191-20/+56
* Highlight only space available for editingAndrey A. Chernov1994-11-191-5/+14
* Draw passed line with passed attrs on enter of line_edit()Andrey A. Chernov1994-11-181-3/+8
* Add new parameter to line_edit: field length (-1 means unlimited)Andrey A. Chernov1994-11-181-12/+10
* Save/restore attrs in line_edit nowAndrey A. Chernov1994-11-181-4/+3
* Additionly use erase char from termiosAndrey A. Chernov1994-11-101-1/+16
* Now line_edit() uses passed string as initial promptAndrey A. Chernov1994-11-021-3/+10
* Implement dialog_prgbox() function which allows run programAndrey A. Chernov1994-10-281-0/+3
* Implement line_edit() function (full line editor) which may calledAndrey A. Chernov1994-10-211-0/+168