summaryrefslogtreecommitdiffstats
path: root/ui/ncurses/nc-scr.h
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2013-10-17 13:48:35 +0800
committerJeremy Kerr <jk@ozlabs.org>2013-11-13 17:31:04 +0800
commit8f36cfac8a6cbb9a2750824b704b3cc4b9db5c49 (patch)
treef7bc7fb3f3884c1e3b82e40855ec1a388b27dcce /ui/ncurses/nc-scr.h
parentee9ff59ad99f65befc09cfe88ce5849269ac3ac6 (diff)
downloadtalos-petitboot-8f36cfac8a6cbb9a2750824b704b3cc4b9db5c49.tar.gz
talos-petitboot-8f36cfac8a6cbb9a2750824b704b3cc4b9db5c49.zip
ui/ncurses/scr: Add definition for frame offset
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'ui/ncurses/nc-scr.h')
-rw-r--r--ui/ncurses/nc-scr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/ncurses/nc-scr.h b/ui/ncurses/nc-scr.h
index 775e8de..4f9de59 100644
--- a/ui/ncurses/nc-scr.h
+++ b/ui/ncurses/nc-scr.h
@@ -64,6 +64,7 @@ enum nc_scr_pos {
nc_scr_pos_status = 1,
nc_scr_frame_lines = 5,
+ nc_scr_frame_cols = 1,
};
struct nc_frame {
OpenPOWER on IntegriCloud