X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=src%2Fwindow.c;h=204daa566c8868714d98d18e5ddf9a856f20b8e2;hb=e143910b1b01296ce7524d03be8d10dcd519add5;hp=8351378363e343a1450b40469a6647958e531ad7;hpb=c9ef2863a85d550397cea202b188c606b3a6b867;p=projects%2Fchimara%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) );