[vte/vte-next] fixup! Add extra style properties to control the cursor color etc



commit 2f65272f912fe3614f7b5b557854c27a8d6828c2
Author: Christian Persch <chpe gnome org>
Date:   Sun May 29 16:18:44 2011 +0200

    fixup! Add extra style properties to control the cursor color etc

 src/vte.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/vte.c b/src/vte.c
index 389a10a..6fb4165 100644
--- a/src/vte.c
+++ b/src/vte.c
@@ -11633,7 +11633,7 @@ vte_terminal_class_init(VteTerminalClass *klass)
          *
          * Controls how the terminal will draw the cursor.
          *
-         * If set to $VTE_TERMINAL_EFFECT_COLOR, the cursor is drawn
+         * If set to %VTE_TERMINAL_EFFECT_COLOR, the cursor is drawn
          * with the background color from the #VteTerminal:cursor-background-color
          * style property.
          *
@@ -11651,7 +11651,7 @@ vte_terminal_class_init(VteTerminalClass *klass)
          *
          * Controls how the terminal will draw reversed text.
          *
-         * If set to $VTE_TERMINAL_EFFECT_COLOR, reversed text is drawn
+         * If set to %VTE_TERMINAL_EFFECT_COLOR, reversed text is drawn
          * with the background color from the #VteTerminal:reverse-background-color
          * style property.
          *
@@ -11669,7 +11669,7 @@ vte_terminal_class_init(VteTerminalClass *klass)
          *
          * Controls how the terminal will draw selected text.
          *
-         * If set to $VTE_TERMINAL_EFFECT_COLOR, selected text is drawn
+         * If set to %VTE_TERMINAL_EFFECT_COLOR, selected text is drawn
          * with the background color from the #VteTerminal:selection-background-color
          * style property.
          *



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