Correct excessive-length terminal output
This commit is contained in:
+2
-1
@@ -30,8 +30,9 @@ void ConditionalOverlayCell::apply( Framebuffer &fb, uint64_t confirmed_epoch, i
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ( unknown ) {
|
if ( unknown ) {
|
||||||
// fb.get_mutable_cell( row, col )->contents.clear();
|
if ( flag && ( col != fb.ds.get_width() - 1 ) ) {
|
||||||
fb.get_mutable_cell( row, col )->renditions.underlined = true;
|
fb.get_mutable_cell( row, col )->renditions.underlined = true;
|
||||||
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user