summaryrefslogtreecommitdiffstats
path: root/src/tk/style.h
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2022-01-27 04:59:39 (EST)
committer P. J. McDermott <pj@pehjota.net>2022-01-27 05:08:15 (EST)
commita6908296b6ac83ab3eb5474ad6b4a509c8f5099c (patch)
treef162186443c1b6f82b747185845394bbd8badae8 /src/tk/style.h
parent4a0566ce98cb5dd9a719c486a87b18a23875db12 (diff)
downloadmazefight-a6908296b6ac83ab3eb5474ad6b4a509c8f5099c.zip
mazefight-a6908296b6ac83ab3eb5474ad6b4a509c8f5099c.tar.gz
mazefight-a6908296b6ac83ab3eb5474ad6b4a509c8f5099c.tar.bz2
tk: Blink text cursor
Diffstat (limited to 'src/tk/style.h')
-rw-r--r--src/tk/style.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tk/style.h b/src/tk/style.h
index be4c2bb..95bbf00 100644
--- a/src/tk/style.h
+++ b/src/tk/style.h
@@ -45,4 +45,6 @@
#define MFTK_COLOR_CHKM_B 0x00
#define MFTK_COLOR_CHKM_A 0xFF
+#define MFTK_CURSOR_BLINK_MS 500 /* Milliseconds between cursor blinks */
+
#endif /* MFTK_STYLE_H_ */