From f7d751d043ce5c3789932c2a1b876e69088a3dfc Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 6 Jun 2012 20:59:13 -0400 Subject: [PATCH] get rid of old cursor_blink setting --- config.h | 1 - 1 file changed, 1 deletion(-) diff --git a/config.h b/config.h index 3ce9d1e..00163c6 100644 --- a/config.h +++ b/config.h @@ -16,7 +16,6 @@ static const char *url_regex = "(ftp|http)s?://[-a-zA-Z0-9.?$%&/=_~#.,:;+]*"; static const char *font = "Monospace 9"; static const long scrollback_lines = 1000; -static const bool cursor_blink = false; static const char *foreground_color = "#dcdccc"; static const char *background_color = "#3f3f3f";