Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add another hateful global to libdialog (what the heck, there are already | jkh | 1996-12-14 | 1 | -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. | ache | 1995-05-08 | 1 | -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 fixes | ache | 1995-02-15 | 1 | -2/+10 |
| | | | | Submitted by: wmbfmk@urc.tue.nl | ||||
* | Add ^X,^B,^F,^E,^A | ache | 1994-11-20 | 1 | -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 reached | ache | 1994-11-19 | 1 | -4/+3 |
| | | | | in line_edit(). | ||||
* | Highlight only flen sized part while editing in line_edit() | ache | 1994-11-19 | 1 | -20/+56 |
| | |||||
* | Highlight only space available for editing | ache | 1994-11-19 | 1 | -5/+14 |
| | |||||
* | Draw passed line with passed attrs on enter of line_edit() | ache | 1994-11-18 | 1 | -3/+8 |
| | | | | and redraw it with default attrs on exit. | ||||
* | Add new parameter to line_edit: field length (-1 means unlimited) | ache | 1994-11-18 | 1 | -12/+10 |
| | |||||
* | Save/restore attrs in line_edit now | ache | 1994-11-18 | 1 | -4/+3 |
| | |||||
* | Additionly use erase char from termios | ache | 1994-11-10 | 1 | -1/+16 |
| | | | | Implement kill line by ^U or kill char from termios | ||||
* | Now line_edit() uses passed string as initial prompt | ache | 1994-11-02 | 1 | -3/+10 |
| | |||||
* | Implement dialog_prgbox() function which allows run program | ache | 1994-10-28 | 1 | -0/+3 |
| | | | | (via pipe) with output to dialog box | ||||
* | Implement line_edit() function (full line editor) which may called | ache | 1994-10-21 | 1 | -0/+168 |
externally. Rewrite inputbox/textbox to use this function. |