summaryrefslogtreecommitdiffstats
path: root/src/hci/tui
Commit message (Collapse)AuthorAgeFilesLines
...
* Add "name" field to struct device to allow human-readable hardware deviceMichael Brown2007-01-101-4/+4
| | | | | | | | | | | names. Add "dev" pointer in struct net_device to tie network interfaces back to a hardware device. Force natural alignment of data types in __table() macros. This seems to prevent gcc from taking the unilateral decision to occasionally increase their alignment (which screws up the table packing).
* Use getkey() and symbolic key names.Michael Brown2006-12-201-6/+8
|
* settings_ui() now returns a status code.Michael Brown2006-12-201-4/+8
|
* Add instruction row, and save optionMichael Brown2006-12-201-17/+58
|
* Clear message on alert row before printing new oneMichael Brown2006-12-201-0/+1
|
* Added descriptive text for settings and setting types, and display it inMichael Brown2006-12-201-7/+70
| | | | the option config UI.
* Move {show,set,clear}_setting() to {show,set,clear}_named_setting().Michael Brown2006-12-201-6/+4Star
| | | | | | | | Introduce new {show,set,clear}_setting() that take a struct setting * rather than a const char *. set_setting() handles calling clear_setting() when appropriate, so that individual setting types don't have to check for empty strings.
* Alert when saving settings failsMichael Brown2006-12-201-5/+27
|
* Add (partly-functional) user interface for editing configuration settingsMichael Brown2006-12-201-0/+285