summaryrefslogtreecommitdiffstats
path: root/ui/ncurses/nc-scr.h
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2013-12-09 11:30:19 +0800
committerJeremy Kerr <jk@ozlabs.org>2014-01-31 08:46:34 +0800
commit445f43743b73fbd63cccba7fa7ae890c907fe6dd (patch)
tree53d2d859a28fce070202f9fa037cb75c3975da21 /ui/ncurses/nc-scr.h
parent7f7e3688f3285ea803a5579b240cff54958e16e2 (diff)
downloadtalos-petitboot-445f43743b73fbd63cccba7fa7ae890c907fe6dd.tar.gz
talos-petitboot-445f43743b73fbd63cccba7fa7ae890c907fe6dd.zip
ui/ncurses: Abstract text-screen code from sysinfo screen
We want to implement help screens, which are very similar to the sysinfo screen - show a set of lines, and allow scrolling. This change splits the text-screen rendering code into a new nc-textinfo module. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'ui/ncurses/nc-scr.h')
-rw-r--r--ui/ncurses/nc-scr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/ncurses/nc-scr.h b/ui/ncurses/nc-scr.h
index 060ee40..50cce33 100644
--- a/ui/ncurses/nc-scr.h
+++ b/ui/ncurses/nc-scr.h
@@ -44,7 +44,7 @@ enum pb_nc_sig {
pb_pmenu_sig = 222,
pb_item_sig = 333,
pb_boot_editor_sig = 444,
- pb_sysinfo_screen_sig = 555,
+ pb_text_screen_sig = 555,
pb_config_screen_sig = 666,
pb_removed_sig = -777,
};
OpenPOWER on IntegriCloud