Move cursor timer to renderer

This commit is contained in:
Mitchell Hashimoto
2022-11-05 19:18:22 -07:00
parent e2d8ffc3c1
commit aa98e3ca3a
6 changed files with 68 additions and 36 deletions

View File

@@ -33,8 +33,4 @@ pub const Cursor = struct {
/// "blink" settings, see "blink" for that. This is used to turn the
/// cursor ON or OFF.
visible: bool = true,
/// Whether the cursor is currently blinking. If it is blinking, then
/// the cursor will not be rendered.
blink: bool = false,
};