Refined previous update so that arrow keys and other navigation keys aren't redirected
[rodin/chimara.git] / src / window.c
index 8351378363e343a1450b40469a6647958e531ad7..204daa566c8868714d98d18e5ddf9a856f20b8e2 100644 (file)
@@ -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) );