X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=libchimara%2Fstream.h;h=1e5a720b141469fa54c46b654bdaeec276af7793;hb=f48bef46bd39ddac5067af1a4ac9b977b6158d07;hp=9636fac2c49b3c853c04ed9bbf522ae5cdfa0a42;hpb=5125ce990cfb2724706b40b97dcbff62f757e7a9;p=projects%2Fchimara%2Fchimara.git diff --git a/libchimara/stream.h b/libchimara/stream.h index 9636fac..1e5a720 100644 --- a/libchimara/stream.h +++ b/libchimara/stream.h @@ -49,6 +49,7 @@ struct glk_stream_struct gchar *filename; /* Displayable filename in UTF-8 for error handling */ gchar *style; /* Name of the current style */ + gboolean hyperlink_mode; /* WHen turned on, text written to the stream will be a hyperlink */ }; G_GNUC_INTERNAL strid_t file_stream_new(frefid_t fileref, glui32 fmode, glui32 rock, gboolean unicode);