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.28 by pcg, Fri Jan 16 22:11:09 2004 UTC vs.
Revision 1.29 by pcg, Mon Jan 19 17:26:43 2004 UTC

1/*--------------------------------*-C-*---------------------------------* 1/*--------------------------------*-C-*---------------------------------*
2 * File: command.c 2 * File: command.c
3 *----------------------------------------------------------------------* 3 *----------------------------------------------------------------------*
4 * $Id: command.C,v 1.28 2004/01/16 22:11:09 pcg Exp $ 4 * $Id: command.C,v 1.29 2004/01/19 17:26:43 pcg Exp $
5 * 5 *
6 * All portions of code are copyright by their respective author/s. 6 * All portions of code are copyright by their respective author/s.
7 * Copyright (c) 1992 John Bovey, University of Kent at Canterbury <jdb@ukc.ac.uk> 7 * Copyright (c) 1992 John Bovey, University of Kent at Canterbury <jdb@ukc.ac.uk>
8 * - original version 8 * - original version
9 * Copyright (c) 1994 Robert Nation <nation@rocket.sanders.lockheed.com> 9 * Copyright (c) 1994 Robert Nation <nation@rocket.sanders.lockheed.com>
1020 quick_timeout |= R->want_full_refresh; 1020 quick_timeout |= R->want_full_refresh;
1021#endif 1021#endif
1022#endif 1022#endif
1023} 1023}
1024 1024
1025#ifdef POINTER_BLANK
1025void 1026void
1026rxvt_term::pointer_unblank () 1027rxvt_term::pointer_unblank ()
1027{ 1028{
1028 XDefineCursor (Xdisplay, TermWin.vt, TermWin_cursor); 1029 XDefineCursor (Xdisplay, TermWin.vt, TermWin_cursor);
1029 recolour_cursor (); 1030 recolour_cursor ();
1030 1031
1031#ifdef POINTER_BLANK
1032 hidden_pointer = 0; 1032 hidden_pointer = 0;
1033 1033
1034 if (Options & Opt_pointerBlank) 1034 if (Options & Opt_pointerBlank)
1035 pointer_ev.start (NOW + pointerBlankDelay); 1035 pointer_ev.start (NOW + pointerBlankDelay);
1036#endif
1037} 1036}
1038 1037
1039#ifdef POINTER_BLANK
1040void 1038void
1041rxvt_term::pointer_blank () 1039rxvt_term::pointer_blank ()
1042{ 1040{
1043 if (!(Options & Opt_pointerBlank)) 1041 if (!(Options & Opt_pointerBlank))
1044 return; 1042 return;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines