index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gnu
/
lib
/
libdialog
/
textbox.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use __FBSDID over rcsid[].
obrien
2003-05-03
1
-4
/
+2
*
In addition to exiting the dialog via ESC, the user could also have
dougb
2002-06-13
1
-1
/
+1
*
Handle keys consistently.
eric
2001-07-26
1
-1
/
+2
*
Improve the interface provided by libdialog. Move a cursor around over
eric
2001-07-18
1
-1
/
+5
*
Allow emacs-style next/prev characters as well as arrow keys so that
jkh
1997-01-15
1
-0
/
+2
*
Add another hateful global to libdialog (what the heck, there are already
jkh
1996-12-14
1
-1
/
+1
*
Line up some of these OK boxes properly again.
jkh
1996-12-12
1
-1
/
+1
*
"CONTINUE" was just too long. Make it a nice "OK" now.
jkh
1996-10-04
1
-1
/
+1
*
1. Remove some ancient bogons from when I initially added dialogMenuItem
jkh
1996-07-11
1
-1
/
+1
*
Next round of changes - make dialog boxes drawable at arbitrary X,Y locations
jkh
1996-01-01
1
-2
/
+2
*
Fix nasty shadow bug sneaked in Marc's commit.
ache
1995-05-08
1
-2
/
+1
*
This just exited on most errors, some of which were legitimate and
jkh
1995-03-22
1
-10
/
+5
*
file selector, helpline, helpfile and more, with my fixes
ache
1995-02-15
1
-1
/
+6
*
silently restrict all boxes to LINES, COLS
ache
1994-11-18
1
-0
/
+4
*
Draw passed line with passed attrs on enter of line_edit()
ache
1994-11-18
1
-0
/
+1
*
Add new parameter to line_edit: field length (-1 means unlimited)
ache
1994-11-18
1
-1
/
+1
*
Fix original bug with wrong calculated dims for items list.
ache
1994-11-17
1
-0
/
+6
*
Add pointer check after each newwin/subwin with error diagnostic
ache
1994-10-31
1
-0
/
+10
*
Implement dialog_prgbox() function which allows run program
ache
1994-10-28
1
-1
/
+1
*
Implement line_edit() function (full line editor) which may called
ache
1994-10-21
1
-42
/
+6
*
Declare more functions externally.
ache
1994-10-20
1
-1
/
+1
*
Make all dialog box available from C programs via functions calls
ache
1994-10-11
1
-0
/
+710