Handle crazy cursor more gracefully (closes #168)
This commit is contained in:
@@ -117,7 +117,7 @@ Validity ConditionalCursorMove::get_validity( const Framebuffer &fb,
|
|||||||
|
|
||||||
if ( (row >= fb.ds.get_height())
|
if ( (row >= fb.ds.get_height())
|
||||||
|| (col >= fb.ds.get_width()) ) {
|
|| (col >= fb.ds.get_width()) ) {
|
||||||
assert( false );
|
// assert( false );
|
||||||
// fprintf( stderr, "Crazy cursor (%d,%d)!\n", row, col );
|
// fprintf( stderr, "Crazy cursor (%d,%d)!\n", row, col );
|
||||||
return IncorrectOrExpired;
|
return IncorrectOrExpired;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user