Small cleanups

This commit is contained in:
Keith Winstein
2011-02-12 13:14:47 -05:00
parent 1ef3010bc3
commit 4760da93b3
3 changed files with 3 additions and 5 deletions
+2 -2
View File
@@ -73,10 +73,10 @@ namespace Terminal {
public:
int cursor_col, cursor_row;
Renditions renditions;
/* character set shift state */
/* not implemented: character set shift state */
bool auto_wrap_mode;
bool origin_mode;
/* state of selective erase */
/* not implemented: state of selective erase */
SavedCursor();
};