diff --git a/draw.c b/draw.c index c80764a..e5b1581 100644 --- a/draw.c +++ b/draw.c @@ -387,9 +387,9 @@ void v3270_update_char(H3270 *session, int addr, unsigned char chr, unsigned sho if(cursor) v3270_update_cursor_rect(terminal,&rect,chr,attr); -#ifndef _WIN32 +// #ifndef _WIN32 gtk_widget_queue_draw_area(GTK_WIDGET(terminal),rect.x,rect.y,rect.width,rect.height); -#endif // WIN32 +// #endif // WIN32 } -- libgit2 0.21.2