Correct excessive-length terminal output

This commit is contained in:
Keith Winstein
2012-02-02 03:24:05 -05:00
parent 3078e58ccd
commit f6de17eb71
+3 -2
View File
@@ -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;
} }