* Added initial support for styles! (no style hints as of yet though)
[rodin/chimara.git] / src / strio.c
index e30d52bdda39638a6eb1529e0c974b065cb8a695..921b75cc771f0331828220061dbfc9030726fcd1 100644 (file)
@@ -77,7 +77,7 @@ write_utf8_to_window(winid_t win, gchar *s)
 
        GtkTextIter iter;
        gtk_text_buffer_get_end_iter(buffer, &iter);
-       gtk_text_buffer_insert(buffer, &iter, s, -1);
+       gtk_text_buffer_insert_with_tags_by_name(buffer, &iter, s, -1, win->window_stream->style, NULL);
 
        gdk_threads_leave();
 }