From 51ef4a0bbf568e257b5df3c1cfcd8490f4353b19 Mon Sep 17 00:00:00 2001 From: Austin Schey Date: Mon, 28 Feb 2022 19:35:27 -0600 Subject: [PATCH] Better wording --- textinput/textinput.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textinput/textinput.go b/textinput/textinput.go index f5f9bcd3..09cd3152 100644 --- a/textinput/textinput.go +++ b/textinput/textinput.go @@ -203,7 +203,7 @@ func (m Model) Cursor() int { return m.pos } -// Blink returns whether the cursor should blink or not. +// Blink returns whether or not to draw the cursor. func (m Model) Blink() bool { return m.blink }