summaryrefslogtreecommitdiff
path: root/src/vte.h
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@src.gnome.org>2002-11-05 22:54:20 +0000
committerNalin Dahyabhai <nalin@src.gnome.org>2002-11-05 22:54:20 +0000
commit2a94d48cd9fb205df426db06803e715934213422 (patch)
treed9f92687d81603d297ecef63c070ce11040383fc /src/vte.h
parent002f5e5e6ad00199c52869810616350a6c165542 (diff)
handle end-of-line selection correctly. Stop highlighting selection on
* src/vte.c: handle end-of-line selection correctly. Stop highlighting selection on click, but don't lose it until new text is selected. * python/vte.override: fix binding for set_colors() to properly take a list of colors for the palette (#97682). * src/vte.c, src/vte.h: add increase-font-size and decrease-font-size to allow mimicking XTerm's and Mozilla's behavior on Shift/Control KP_Add/KP_Subtract * src/vteapp.c: handle increase-font-size and decrease-font-size.
Diffstat (limited to 'src/vte.h')
-rw-r--r--src/vte.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vte.h b/src/vte.h
index ab9b350..55f7ce2 100644
--- a/src/vte.h
+++ b/src/vte.h
@@ -88,8 +88,8 @@ struct _VteTerminalClass {
guint status_line_changed_signal;
guint commit_signal;
- gpointer reserved1;
- gpointer reserved2;
+ guint increase_font_size_signal;
+ guint decrease_font_size_signal;
gpointer reserved3;
gpointer reserved4;
};