4c8945a06b
dialog is distributed from GPLv2 to LGPLv2 and introduces a number of new features and a new and better libdialog API. The existing libdialog will be kept temporarily as libodialog for compatibility purposes until sade, sysinstall and tzsetup have been either updated or replaced. __FreeBSD_version is now 900030. Discussed on: -current Approved by: core Obtained from: http://invisible-island.net/dialog
10 lines
415 B
Plaintext
10 lines
415 B
Plaintext
- Added two variables to call to dialog_menu() to save the position
|
|
in the menu when choosing a menu-option.
|
|
|
|
- Added dialog_fselect(), implements a fileselector dialog
|
|
- Added ui-interface objects: Stringobject, Listobject and Buttonobject.
|
|
The fileselector dialog was built using these objects.
|
|
- changed dialog_menu to use PGUP and PGDN
|
|
- Added dialog_mesgbox, which display text given in a char buffer.
|
|
-
|