From 445f43743b73fbd63cccba7fa7ae890c907fe6dd Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Mon, 9 Dec 2013 11:30:19 +0800 Subject: 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 --- ui/ncurses/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ui/ncurses/Makefile.am') 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 -- cgit v1.2.1