summaryrefslogtreecommitdiffstats
path: root/ui/ncurses/nc-boot-editor-help.c
Commit message (Collapse)AuthorAgeFilesLines
* ui/ncurses: Use a separate type for help textJeremy Kerr2014-07-281-2/+4
| | | | | | | | | | | | Because it's initialised statically, help text won't be directly gettext()-ed. Instead, we need to perform the gettext translation at runtime, and pass untranslated strings into the help_screen code. Instead of trusting callers to pass the untranslated strings though, we encapsulate the help text data into struct help_text, so we know we have an unstranslated string. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
* ui/ncurses: Add help to boot editor screenJeremy Kerr2014-01-311-0/+24
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
OpenPOWER on IntegriCloud