From 057f939a676b142fde02ce5e2a6836e4b03829bc Mon Sep 17 00:00:00 2001 From: Matthew Mondor Date: Mon, 18 Apr 2022 11:02:25 +0000 Subject: [PATCH] Improve transparent additive cursor --- hacks/analogterm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hacks/analogterm.c b/hacks/analogterm.c index 09d6450..555210a 100644 --- a/hacks/analogterm.c +++ b/hacks/analogterm.c @@ -138,7 +138,7 @@ at_drawcursor(analogterm_sim_t *sim) } cursor_laststate = st->blink; - for (y = y2 = 0; y < 8; y++, y2 += 7) { + for (y = y2 = 0; y < 8; y++, y2 += 5) { pp = &sim->inp->signal [(ANALOGTV_TOP + smooth_scroll_offset + 3) + (8 * st->cursy) + y] -- 2.9.0