From a352e79c37b7f35875473d8c9b517272f4f693e0 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 13 Jan 2014 08:35:29 +0100 Subject: Handle font/colour changes and actually draw the lines --- src/sc_parse.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/sc_parse.c') diff --git a/src/sc_parse.c b/src/sc_parse.c index 69755c7..328e397 100644 --- a/src/sc_parse.c +++ b/src/sc_parse.c @@ -62,6 +62,12 @@ SCBlock *sc_block_next(const SCBlock *bl) } +SCBlock *sc_block_child(const SCBlock *bl) +{ + return bl->child; +} + + const char *sc_block_name(const SCBlock *bl) { return bl->name; -- cgit v1.2.3