From: pcg Date: Tue, 30 Dec 2003 01:35:58 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=5b24f01176d8131f92eec2e1204df108cf2c9639;p=dana%2Furxvt.git *** empty log message *** --- diff --git a/src/command.C b/src/command.C index 01041d5d..64ea80f4 100644 --- a/src/command.C +++ b/src/command.C @@ -1,7 +1,7 @@ /*--------------------------------*-C-*---------------------------------* * File: command.c *----------------------------------------------------------------------* - * $Id: command.C,v 1.26 2003-12-24 06:26:52 pcg Exp $ + * $Id: command.C,v 1.27 2003-12-30 01:35:58 pcg Exp $ * * All portions of code are copyright by their respective author/s. * Copyright (c) 1992 John Bovey, University of Kent at Canterbury @@ -754,6 +754,7 @@ rxvt_term::process_x_events () while (XPending (Xdisplay)); } +#ifdef CURSOR_BLINK void rxvt_term::blink_cb (time_watcher &w) { @@ -761,6 +762,7 @@ rxvt_term::blink_cb (time_watcher &w) hidden_cursor = !hidden_cursor; want_refresh = 1; } +#endif void rxvt_term::x_cb (io_watcher &w, short revents)