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

Comparing rxvt-unicode/src/rxvt.h (file contents):
Revision 1.446 by sf-exg, Tue Aug 9 18:41:31 2011 UTC vs.
Revision 1.449 by sf-exg, Tue Oct 4 08:07:57 2011 UTC

1490 return options[opt >> 3] & (1 << (opt & 7)); 1490 return options[opt >> 3] & (1 << (opt & 7));
1491 } 1491 }
1492 1492
1493 void set_option (uint8_t opt, bool set = true) NOTHROW; 1493 void set_option (uint8_t opt, bool set = true) NOTHROW;
1494 1494
1495 void set_privmode (unsigned bit, int set) NOTHROW
1496 {
1497 if (set)
1498 priv_modes |= bit;
1499 else
1500 priv_modes &= ~bit;
1501 }
1502
1503 // modifies first argument(!) 1495 // modifies first argument(!)
1504 void tt_paste (char *data, unsigned int len) NOTHROW; 1496 void tt_paste (char *data, unsigned int len) NOTHROW;
1505 void paste (char *data, unsigned int len) NOTHROW; 1497 void paste (char *data, unsigned int len) NOTHROW;
1506 void scr_blank_line (line_t &l, unsigned int col, unsigned int width, rend_t efs) const NOTHROW; 1498 void scr_blank_line (line_t &l, unsigned int col, unsigned int width, rend_t efs) const NOTHROW;
1507 void scr_blank_screen_mem (line_t &l, rend_t efs) const NOTHROW; 1499 void scr_blank_screen_mem (line_t &l, rend_t efs) const NOTHROW;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines