summaryrefslogtreecommitdiff
path: root/doc
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 /doc
parent002f5e5e6ad00199c52869810616350a6c165542 (diff)
downloadvte-2a94d48cd9fb205df426db06803e715934213422.tar.gz
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 'doc')
-rw-r--r--doc/reference/tmpl/vte.sgml14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/reference/tmpl/vte.sgml b/doc/reference/tmpl/vte.sgml
index cea5ccc6..8936f767 100644
--- a/doc/reference/tmpl/vte.sgml
+++ b/doc/reference/tmpl/vte.sgml
@@ -690,6 +690,13 @@ by #VteTerminalAccessible.
@vteterminal: the object which received the signal.
+<!-- ##### SIGNAL VteTerminal::decrease-font-size ##### -->
+<para>
+
+</para>
+
+@vteterminal: the object which received the signal.
+
<!-- ##### SIGNAL VteTerminal::deiconify-window ##### -->
<para>
Emitted at the child application's request.
@@ -732,6 +739,13 @@ Emitted at the child application's request.
@vteterminal: the object which received the signal.
+<!-- ##### SIGNAL VteTerminal::increase-font-size ##### -->
+<para>
+
+</para>
+
+@vteterminal: the object which received the signal.
+
<!-- ##### SIGNAL VteTerminal::lower-window ##### -->
<para>
Emitted at the child application's request.