From bca0c1fab97dcac2231f47ae18bd582b70775076 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 20 May 2022 05:44:04 -0700 Subject: bugfix --- text.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text.lua b/text.lua index f4181d8..b20809a 100644 --- a/text.lua +++ b/text.lua @@ -38,7 +38,7 @@ function Text.draw(line, line_width, line_index, cursor_line, cursor_pos) x = x + frag_width pos = pos + frag_len end - if cursor_pos == pos then + if line_index == cursor_line and cursor_pos == pos then Text.draw_cursor(x, y) end return y -- cgit 1.4.1-2-gfad0