Simplify display output and fix bug with bce status

This commit is contained in:
Keith Winstein
2011-02-05 04:16:41 -05:00
parent 6785c9d18e
commit b4ae5674aa
3 changed files with 32 additions and 40 deletions
+2
View File
@@ -19,6 +19,8 @@ namespace Terminal {
Cell();
void reset( void );
bool operator==( const Cell &x );
};
class Row {