X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;ds=sidebyside;f=libchimara%2Fstream.h;h=b60e022f70703f47c845282978fff77244866f3e;hb=268cb7d6d08efc2fcbe52aa7b1e0d27ec19b6dc0;hp=ef6b1f0dce5613e27e943ac7543275d7618c5bff;hpb=86bf905d2bf441c655a57d46e9260da8a3237b47;p=rodin%2Fchimara.git diff --git a/libchimara/stream.h b/libchimara/stream.h index ef6b1f0..b60e022 100644 --- a/libchimara/stream.h +++ b/libchimara/stream.h @@ -50,6 +50,7 @@ struct glk_stream_struct gchar *filename; /* Displayable filename in UTF-8 for error handling */ gchar *style; /* Name of the current style */ + gchar *glk_style; /* Name of the current glk style override */ gboolean hyperlink_mode; /* When turned on, text written to the stream will be a hyperlink */ };