summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/main.c b/main.c
index 9ece8ac..05341d5 100644
--- a/main.c
+++ b/main.c
@@ -1,6 +1,4 @@
// @TODO:
-// - select all (:select-all)
-// - blinking cursor (cursor-blink-time)
// - text size (text-size, :increase-text-size, :decrease-text-size)
#include "base.h"
no_warn_start
@@ -18,6 +16,7 @@ no_warn_end
#include "util.c"
#include "colors.c"
typedef struct {
+ float cursor_blink_time_on, cursor_blink_time_off;
u32 colors[COLOR_COUNT];
u8 tab_width;
u8 cursor_width;