repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: 9c9f96592dc409642d790a8c273b905e1724e756: path_to: revision_to:
commit 9c9f96592dc409642d790a8c273b905e1724e756 Author: Marc LehmannDate: Tue Dec 30 01:35:58 2003 +0000 *** empty log message *** diff --git a/src/command.C b/src/command.C
--- 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-----