aboutsummaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index f1f5b59..ee466ee 100644
--- a/src/config.h
+++ b/src/config.h
@@ -63,3 +63,6 @@ static const char *CONFIG_COLOR_PALETTE[CONFIG_PALETTE_SIZE] = {
/* Visible bell (TRUE or FALSE) */
#define CONFIG_VISIBLE_BELL FALSE
+
+/* Cursor blink mode. One of: VTE_CURSOR_BLINK_SYSTEM/ON/OFF */
+#define CONFIG_CURSOR_BLINK_MODE VTE_CURSOR_BLINK_OFF