X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=src%2Fwindow.c;h=204daa566c8868714d98d18e5ddf9a856f20b8e2;hb=e47eebee2f127d0c1d4825d9bdc41471b6d7f3c1;hp=8351378363e343a1450b40469a6647958e531ad7;hpb=fb6cf2af0f2318aceaea82d02acc961df0f9811d;p=rodin%2Fchimara.git diff --git a/src/window.c b/src/window.c index 8351378..204daa5 100644 --- a/src/window.c +++ b/src/window.c @@ -385,7 +385,7 @@ glk_window_open(winid_t split, glui32 method, glui32 size, glui32 wintype, } win->width = (glui32)(win->widget->allocation.width / win->unit_width); win->height = (glui32)(win->widget->allocation.height / win->unit_height); - + /* Mark the cursor position */ GtkTextIter begin; GtkTextBuffer *buffer = gtk_text_view_get_buffer( GTK_TEXT_VIEW(win->widget) );