diff --git a/src/frontend/terminaloverlay.cc b/src/frontend/terminaloverlay.cc index 024700b..e7abaca 100644 --- a/src/frontend/terminaloverlay.cc +++ b/src/frontend/terminaloverlay.cc @@ -117,7 +117,7 @@ Validity ConditionalCursorMove::get_validity( const Framebuffer &fb, if ( (row >= fb.ds.get_height()) || (col >= fb.ds.get_width()) ) { - assert( false ); + // assert( false ); // fprintf( stderr, "Crazy cursor (%d,%d)!\n", row, col ); return IncorrectOrExpired; }