Add support for back tab (CSI CBT), and forward tab (CSI CHT) too.

Resolves #539.
This commit is contained in:
John Hood
2015-12-06 22:32:35 -05:00
parent 8609f88207
commit 1d71895ff4
5 changed files with 53 additions and 14 deletions
+1 -1
View File
@@ -286,7 +286,7 @@ namespace Terminal {
void clear_tab( int col );
void clear_default_tabs( void ) { default_tabs = false; }
/* Default tabs can't be restored without resetting the draw state. */
int get_next_tab( void ) const;
int get_next_tab( int count ) const;
void set_scrolling_region( int top, int bottom );