X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=libchimara%2Fevent.c;h=4089b79eaa3205017e153642f0f54418a4105d01;hb=8dc72fc5acf19793c8edb5d69ac2d55f7c5a7510;hp=366c18929905840e06345a8957d422c6f9702462;hpb=f48bef46bd39ddac5067af1a4ac9b977b6158d07;p=projects%2Fchimara%2Fchimara.git diff --git a/libchimara/event.c b/libchimara/event.c index 366c189..4089b79 100644 --- a/libchimara/event.c +++ b/libchimara/event.c @@ -150,7 +150,7 @@ glk_select(event_t *event) /* Flush all window buffers */ winid_t win; for(win = glk_window_iterate(NULL, NULL); win != NULL; win = glk_window_iterate(win, NULL)) { - if(win->type == wintype_TextBuffer) + if(win->type == wintype_TextBuffer || win->type == wintype_TextGrid) flush_window_buffer(win); }