diff options
author | Jeremy Kerr <jk@ozlabs.org> | 2013-12-09 11:30:19 +0800 |
---|---|---|
committer | Jeremy Kerr <jk@ozlabs.org> | 2014-01-31 08:46:34 +0800 |
commit | 445f43743b73fbd63cccba7fa7ae890c907fe6dd (patch) | |
tree | 53d2d859a28fce070202f9fa037cb75c3975da21 /ui/ncurses/Makefile.am | |
parent | 7f7e3688f3285ea803a5579b240cff54958e16e2 (diff) | |
download | talos-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/Makefile.am')
-rw-r--r-- | ui/ncurses/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/ncurses/Makefile.am b/ui/ncurses/Makefile.am index 61ed67e..c03bdb7 100644 --- a/ui/ncurses/Makefile.am +++ b/ui/ncurses/Makefile.am @@ -41,6 +41,8 @@ libpbnc_la_SOURCES = \ nc-scr.h \ nc-sysinfo.c \ nc-sysinfo.h \ + nc-textscreen.c \ + nc-textscreen.h \ nc-widgets.c \ nc-widgets.h |