summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libdialog/lineedit.c
Commit message (Collapse)AuthorAgeFilesLines
* Add another hateful global to libdialog (what the heck, there are alreadyjkh1996-12-141-15/+15
| | | | | | 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.
* Fix nasty shadow bug sneaked in Marc's commit.ache1995-05-081-87/+41
| | | | | | Implement ^K and KEY_EOL as clear end of line Move common code from line_edit to static function Cosmetique changes in textbox
* file selector, helpline, helpfile and more, with my fixesache1995-02-151-2/+10
| | | | Submitted by: wmbfmk@urc.tue.nl
* Add ^X,^B,^F,^E,^Aache1994-11-201-38/+50
| | | | | | Implement KEY_DC/^D Fix some displaying errors Add more beeps on reaching edges
* Automatically turn off insert mode when end of field reachedache1994-11-191-4/+3
| | | | in line_edit().
* Highlight only flen sized part while editing in line_edit()ache1994-11-191-20/+56
|
* Highlight only space available for editingache1994-11-191-5/+14
|
* Draw passed line with passed attrs on enter of line_edit()ache1994-11-181-3/+8
| | | | and redraw it with default attrs on exit.
* Add new parameter to line_edit: field length (-1 means unlimited)ache1994-11-181-12/+10
|
* Save/restore attrs in line_edit nowache1994-11-181-4/+3
|
* Additionly use erase char from termiosache1994-11-101-1/+16
| | | | Implement kill line by ^U or kill char from termios
* Now line_edit() uses passed string as initial promptache1994-11-021-3/+10
|
* Implement dialog_prgbox() function which allows run programache1994-10-281-0/+3
| | | | (via pipe) with output to dialog box
* Implement line_edit() function (full line editor) which may calledache1994-10-211-0/+168
externally. Rewrite inputbox/textbox to use this function.
OpenPOWER on IntegriCloud