Remove boost::lambda from ConditionalOverlayCell::get_validity
This commit is contained in:
committed by
Keith Winstein
parent
83694977a7
commit
8f099cafbb
@@ -96,6 +96,12 @@ namespace Terminal {
|
||||
|| ( (contents.size() == 1) && ( (contents.front() == 0x20)
|
||||
|| (contents.front() == 0xA0) ) ) );
|
||||
}
|
||||
|
||||
bool contents_match ( const Cell& other ) const
|
||||
{
|
||||
return ( is_blank() && other.is_blank() )
|
||||
|| ( contents == other.contents );
|
||||
}
|
||||
};
|
||||
|
||||
class Row {
|
||||
|
||||
Reference in New Issue
Block a user