--- rxvt-unicode/src/rxvtperl.xs 2006/01/12 01:38:37 1.58 +++ rxvt-unicode/src/rxvtperl.xs 2006/01/12 10:02:20 1.61 @@ -31,6 +31,8 @@ #include #include +#include "unistd.h" + #include "iom.h" #include "rxvt.h" #include "keyboard.h" @@ -712,6 +714,9 @@ OUTPUT: RETVAL +void +_exit (int status) + bool safe () CODE: @@ -1042,6 +1047,7 @@ int rxvt_term::view_start (int newval = -1) + PROTOTYPE: $;$ CODE: { RETVAL = THIS->view_start; @@ -1378,6 +1384,16 @@ OUTPUT: RETVAL +#void +#rxvt_term::selection_clear () + +void +rxvt_term::selection_make (U32 eventtime, bool rect = false) + CODE: + THIS->selection.op = SELECTION_CONT; + THIS->selection.rect = rect; + THIS->selection_make (eventtime); + int rxvt_term::selection_grab (U32 eventtime)