Handle cursor position (CUP)

This commit is contained in:
Keith Winstein
2011-01-22 05:10:18 -05:00
parent cfd279fa25
commit 96bf1d211b
3 changed files with 26 additions and 6 deletions
+1
View File
@@ -62,6 +62,7 @@ namespace Terminal {
void parse_params( void );
std::vector<int> parsed_params;
int getparam( size_t N, int defaultval );
/* CSI methods */
void CSI_EL( void );