summaryrefslogtreecommitdiffstats
path: root/src/hci/tui
Commit message (Collapse)AuthorAgeFilesLines
...
* 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