~benji/vte/fixes

« back to all changes in this revision

Viewing changes to python/vte.override

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2011-05-17 13:08:32 UTC
  • mfrom: (1.1.64 upstream) (3.4.6 experimental)
  • Revision ID: james.westby@ubuntu.com-20110517130832-mzsdysrncjfdb5p8
Tags: 1:0.28.0-1ubuntu1
* Drop gir1.2-vte-0.0. We just have two reverse dependencies which will be
  moved to GTK3 and gir1.2-vte-2.90.
* Drop 91_keep_fds.patch. The vte_terminal_forkpty API is deprecated, was
  closed upstream as "wontfix".
* Drop lp621927_set_default_term.patch, fixed upstream in a different way.
* Merge with Debian experimental. Remaining Ubuntu changes:
  - Add 93_add_alt_screen_scroll_toggle.patch: Handle scrolling differently
    when using alternate screen or scrolling is restricted.
  - Add lp246701_scroll_region_updates.patch: Bug fix. (LP #246701)

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
#include <pygobject.h>
8
8
#include <gtk/gtk.h>
9
9
#include "../src/vte.h"
10
 
#include "../src/reaper.h"
11
10
 
12
11
void pyvte_add_constants(PyObject *module, const gchar *strip_prefix);
13
12
void pyvte_register_classes(PyObject *d);
17
16
import gtk.gdk.Pixbuf as PyGdkPixbuf_Type
18
17
import gtk.MenuShell as PyGtkMenuShell_Type
19
18
import gtk.Widget as PyGtkWidget_Type
20
 
import gobject.GObject as PyGObject_Type
21
19
%%
22
20
override vte_terminal_feed kwargs
23
21
static PyObject *