Fix tabbing bug

This commit is contained in:
Keith Winstein
2011-01-31 20:26:32 -05:00
parent ea1f8621f1
commit bc5caae26b
3 changed files with 22 additions and 3 deletions
+2
View File
@@ -65,6 +65,8 @@ namespace Terminal {
void clear_tab( int col );
int get_next_tab( void );
std::vector<int> get_tabs( void );
void set_scrolling_region( int top, int bottom );
int limit_top( void );