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";