repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: c8c565fe1a5b94f5a4b9a83819a36c31eaf83cfe: path_to: revision_to:
commit c8c565fe1a5b94f5a4b9a83819a36c31eaf83cfe Author: Emanuele GiaquintaDate: Sat Jun 30 09:01:12 2012 +0000 Restore vt perl accessor. diff --git a/src/rxvtperl.xs b/src/rxvtperl.xs
--- 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-----