From 0fdf30000768ddb52bf2d0a5f0869e7b5262960c Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Tue, 12 Sep 2006 20:58:26 -0700 Subject: [PATCH] ansi: actually enable/disable the menu as required. --- com32/lib/sys/ansi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/com32/lib/sys/ansi.c b/com32/lib/sys/ansi.c index 74bf09f..e47bf1e 100644 --- a/com32/lib/sys/ansi.c +++ b/com32/lib/sys/ansi.c @@ -283,6 +283,7 @@ void __ansi_putchar(const struct term_info *ti, uint8_t ch) st->autocr = set; break; case 25: + st->cursor = set; op->showcursor(st); break; default: -- 2.7.4