[vte] Simplify tab handling



commit 63ba68fef08838159a5922534f77f89a304f6c03
Author: Behdad Esfahbod <behdad behdad org>
Date:   Fri Sep 18 02:02:20 2009 -0400

    Simplify tab handling

 src/vteseq.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/vteseq.c b/src/vteseq.c
index 4bdd8df..d409f7e 100644
--- a/src/vteseq.c
+++ b/src/vteseq.c
@@ -2088,7 +2088,7 @@ vte_sequence_handler_ta (VteTerminal *terminal, GValueArray *params)
 		    cell.c = '\t';
 		    _vte_row_data_append (rowdata, &cell);
 
-		    cell.attr = screen->fill_defaults.attr;
+		    cell.attr.columns = 1;
 		    cell.attr.fragment = 1;
 		    _vte_row_data_fill (rowdata, &cell, newcol);
 		  }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]