Optional verifier for round-trippability, and fix wrapping and tab bugs.

This commit is contained in:
Keith Winstein
2012-04-16 07:46:18 -04:00
parent 18dc967c09
commit feb352c809
7 changed files with 93 additions and 19 deletions
+2
View File
@@ -102,6 +102,8 @@ namespace Terminal {
return ( is_blank() && other.is_blank() )
|| ( contents == other.contents );
}
bool compare( const Cell &other ) const;
};
class Row {