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

Comparing rxvt-unicode/src/command.C (file contents):
Revision 1.283 by root, Tue Jan 24 19:40:12 2006 UTC vs.
Revision 1.284 by root, Wed Jan 25 02:42:06 2006 UTC

1265 tt_printf ("\033[M%c%c%c", 1265 tt_printf ("\033[M%c%c%c",
1266 (32 + button_number + key_state), 1266 (32 + button_number + key_state),
1267 (32 + x + 1), 1267 (32 + x + 1),
1268 (32 + y + 1)); 1268 (32 + y + 1));
1269} 1269}
1270
1271#ifdef USING_W11LIB
1272void
1273rxvt_W11_process_x_event (XEvent *ev)
1274{
1275 rxvt_t *r = rxvt_get_r ();
1276
1277 x_cb (*ev);
1278}
1279#endif
1280 1270
1281/*{{{ process an X event */ 1271/*{{{ process an X event */
1282void 1272void
1283rxvt_term::x_cb (XEvent &ev) 1273rxvt_term::x_cb (XEvent &ev)
1284{ 1274{

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines