ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/rxvtperl.xs
(Generate patch)

Comparing rxvt-unicode/src/rxvtperl.xs (file contents):
Revision 1.109 by root, Thu Dec 14 15:19:31 2006 UTC vs.
Revision 1.111 by root, Thu Dec 14 17:33:53 2006 UTC

50#undef LINENO 50#undef LINENO
51#define LINENO(n) MOD (THIS->term_start + int(n), THIS->total_rows) 51#define LINENO(n) MOD (THIS->term_start + int(n), THIS->total_rows)
52#undef ROW 52#undef ROW
53#define ROW(n) THIS->row_buf [LINENO (n)] 53#define ROW(n) THIS->row_buf [LINENO (n)]
54 54
55typedef int CHAINED UNUSED;
56
57///////////////////////////////////////////////////////////////////////////// 55/////////////////////////////////////////////////////////////////////////////
58 56
59static wchar_t * 57static wchar_t *
60sv2wcs (SV *sv) 58sv2wcs (SV *sv)
61{ 59{
674 const_iv (AnyModifier), 672 const_iv (AnyModifier),
675 673
676 const_iv (NoSymbol), 674 const_iv (NoSymbol),
677 const_iv (GrabModeSync), 675 const_iv (GrabModeSync),
678 const_iv (GrabModeAsync), 676 const_iv (GrabModeAsync),
679
680 const_iv (EVENT_NONE),
681 const_iv (EVENT_READ),
682 const_iv (EVENT_WRITE),
683 677
684 const_iv (NoEventMask), 678 const_iv (NoEventMask),
685 const_iv (KeyPressMask), 679 const_iv (KeyPressMask),
686 const_iv (KeyReleaseMask), 680 const_iv (KeyReleaseMask),
687 const_iv (ButtonPressMask), 681 const_iv (ButtonPressMask),

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines