From a6908296b6ac83ab3eb5474ad6b4a509c8f5099c Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Thu, 27 Jan 2022 04:59:39 -0500 Subject: tk: Blink text cursor --- (limited to 'src/tk/style.h') 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_ */ -- cgit v0.9.1