Fix missing clip that was commented out when porting

This commit is contained in:
K. Lange 2018-03-01 14:36:13 +09:00 committed by Kevin Lange
parent 9adae6f071
commit 2cd9ce1125

View File

@ -572,7 +572,7 @@ void term_scroll(int how_much) {
}
}
flush_unused_images();
//yutani_flip(yctx, window);
yutani_flip(yctx, window);
}
int is_wide(uint32_t codepoint) {