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.151 by root, Thu Jan 19 13:04:12 2012 UTC vs.
Revision 1.154 by sf-exg, Wed Apr 11 11:32:21 2012 UTC

27#undef line_t 27#undef line_t
28#undef bool // perl defines it's own bool type, except with g++... what a trap 28#undef bool // perl defines it's own bool type, except with g++... what a trap
29 29
30#include "../config.h" 30#include "../config.h"
31 31
32#include <cstddef> 32#include <stddef.h>
33#include <cstdarg> 33#include <stdarg.h>
34 34
35#include "unistd.h" 35#include "unistd.h"
36 36
37#include "ev_cpp.h" 37#include "ev_cpp.h"
38#include "rxvt.h" 38#include "rxvt.h"
1554 THIS->scr_remap_chars (); 1554 THIS->scr_remap_chars ();
1555 THIS->scr_touch (true); 1555 THIS->scr_touch (true);
1556 THIS->want_refresh = 1; 1556 THIS->want_refresh = 1;
1557 THIS->refresh_check (); 1557 THIS->refresh_check ();
1558 break; 1558 break;
1559#ifdef CURSOR_BLINK
1560 case Opt_cursorBlink:
1561 THIS->cursor_blink_reset ();
1562 break;
1563#endif
1559 1564
1560 case Opt_cursorUnderline: 1565 case Opt_cursorUnderline:
1561 THIS->want_refresh = 1; 1566 THIS->want_refresh = 1;
1562 THIS->refresh_check (); 1567 THIS->refresh_check ();
1563 break; 1568 break;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines