summaryrefslogtreecommitdiff
path: root/src/marshal.list
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@src.gnome.org>2003-01-09 06:56:01 +0000
committerNalin Dahyabhai <nalin@src.gnome.org>2003-01-09 06:56:01 +0000
commit9820448f044cce4cb85b877d250dc6181772c830 (patch)
tree648674564fe4f1d940c365a2c456b7891fab2065 /src/marshal.list
parent41a9d6abe0b47ca8461e41afa1ad957e92368b3d (diff)
Only suppress meta-sends-escape on Backspace if backspace is mapped to the
* src/vte.c(vte_terminal_key_press): Only suppress meta-sends-escape on Backspace if backspace is mapped to the delete sequence. * src/vte.c: don't just skip reading data if selection is in progress -- we wedge if we do that (#101739). Instead, temporarily stop reading from the child pty. * src/vte.c(vte_terminal_open_font_xft): if we get NULL when matching fonts, use the desired pattern's name when displaying an error, preventing a NULL dereference (#96769). * configure.in: make building of python modules depend on configure having been run with --enable-python. make --enable-python the default. Fix an indentation error in the version check which chokes Python 2.2.2. * src/vte.h, src/vte.c: add new signals to VteTerminalClass (NOTE: may break ABI, so might as well add some padding) * src/vteaccess.c: be more precise about locations in text_changed signals (part of #95901) * src/vte.c: get more selective about when we consider it necessary to emit text-insert and text-delete events.
Diffstat (limited to 'src/marshal.list')
-rw-r--r--src/marshal.list1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/marshal.list b/src/marshal.list
index 6f0c62c..5cc212a 100644
--- a/src/marshal.list
+++ b/src/marshal.list
@@ -1,6 +1,7 @@
VOID:VOID
VOID:STRING
VOID:STRING,UINT
+VOID:INT
VOID:INT,INT
VOID:UINT,UINT
VOID:OBJECT,OBJECT