X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fstrio.c;h=921b75cc771f0331828220061dbfc9030726fcd1;hb=5a06246277a255fe6e0e465ce0f190541b7b0e16;hp=e30d52bdda39638a6eb1529e0c974b065cb8a695;hpb=c98ccb87aa2581cbcd0458682727274b6e9a8cf7;p=rodin%2Fchimara.git diff --git a/src/strio.c b/src/strio.c index e30d52b..921b75c 100644 --- a/src/strio.c +++ b/src/strio.c @@ -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(); }