[vte] Fix comment



commit 024c67a1a12e1e82b65cc53b8b0adc89a689e53f
Author: Behdad Esfahbod <behdad behdad org>
Date:   Mon Sep 7 19:51:50 2009 -0400

    Fix comment

 src/ring.c        |    1 +
 src/vte-private.h |    3 +--
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/ring.c b/src/ring.c
index 6d6d074..1c0e747 100644
--- a/src/ring.c
+++ b/src/ring.c
@@ -548,6 +548,7 @@ static void
 _vte_ring_chunk_writable_store_tail_row (VteRingChunk *chunk)
 {
 	VteRowData *row;
+	g_message ("HERE");
 
 	row = _vte_ring_chunk_writable_index (chunk, chunk->start);
 
diff --git a/src/vte-private.h b/src/vte-private.h
index 74d7499..2c3bc65 100644
--- a/src/vte-private.h
+++ b/src/vte-private.h
@@ -206,8 +206,7 @@ struct _VteTerminalPrivate {
 	/* Screen data.  We support the normal screen, and an alternate
 	 * screen, which seems to be a DEC-specific feature. */
 	struct _VteScreen {
-		VteRing row_data[1];	/* row data, arranged as a GArray of
-					   vte_charcell structures */
+		VteRing row_data[1];	/* buffer contents */
 		struct vte_cursor_position {
 			long row, col;
 		} cursor_current, cursor_saved;



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