repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: 9c9f96592dc409642d790a8c273b905e1724e756:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit 9c9f96592dc409642d790a8c273b905e1724e756
Author: Marc Lehmann 
Date:   Tue Dec 30 01:35:58 2003 +0000

    *** empty log message ***

diff --git a/src/command.C b/src/command.C
index 2063307bb91f03bac7fa76dead31a9c08802fb1c..
index ..4845be79f184bb13d25fb69369012cd214a7f450 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)

-----END OF PAGE-----