Implement ED (clear screen)

This commit is contained in:
Keith Winstein
2011-01-22 15:01:30 -05:00
parent 96bf1d211b
commit d7ea3abb65
3 changed files with 61 additions and 18 deletions
+3
View File
@@ -19,6 +19,8 @@ namespace Terminal {
Cell( const Cell & );
Cell & operator=( const Cell & );
void reset( void );
};
class Row {
@@ -66,6 +68,7 @@ namespace Terminal {
/* CSI methods */
void CSI_EL( void );
void CSI_ED( void );
void CSI_cursormove( void );
public: