repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: c8c565fe1a5b94f5a4b9a83819a36c31eaf83cfe:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit c8c565fe1a5b94f5a4b9a83819a36c31eaf83cfe
Author: Emanuele Giaquinta 
Date:   Sat Jun 30 09:01:12 2012 +0000

    Restore vt perl accessor.

diff --git a/src/rxvtperl.xs b/src/rxvtperl.xs
index 64e488fc4430db57d7eb3c94caca99d8b6ae125d..
index ..2110d8ba1e7412441c22a4f25b7c5f298f4f289c 100644
--- a/src/rxvtperl.xs
+++ b/src/rxvtperl.xs
@@ -1456,6 +1456,13 @@ rxvt_term::parent_y ()
         OUTPUT:
         RETVAL

+Window
+rxvt_term::vt ()
+	CODE:
+        RETVAL = THIS->vt;
+        OUTPUT:
+        RETVAL
+
 void
 rxvt_term::vt_emask_add (U32 emask)
 	CODE:

-----END OF PAGE-----