From 588d51ef1e462eefc3761e55dc9ae87f75a3115c Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 13 Jan 2020 22:53:46 +0100 Subject: Styling for segment start markers --- libstorycode/narrative_render_cairo.c | 2 +- libstorycode/storycode.y | 6 ++++++ libstorycode/stylesheet.c | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/libstorycode/narrative_render_cairo.c b/libstorycode/narrative_render_cairo.c index 0a188f4..e00ea78 100644 --- a/libstorycode/narrative_render_cairo.c +++ b/libstorycode/narrative_render_cairo.c @@ -314,7 +314,7 @@ int narrative_wrap_range(Narrative *n, Stylesheet *stylesheet, PangoLanguage *la break; case NARRATIVE_ITEM_SEGSTART : - stn = "NARRATIVE.SEGSTART"; + stn = "NARRATIVE.SEGMENT_START"; break; case NARRATIVE_ITEM_EOP : diff --git a/libstorycode/storycode.y b/libstorycode/storycode.y index eec1abb..6bb0e85 100644 --- a/libstorycode/storycode.y +++ b/libstorycode/storycode.y @@ -153,6 +153,7 @@ %type stylesheet %type