ansi: actually enable/disable the menu as required.
authorH. Peter Anvin <hpa@zytor.com>
Wed, 13 Sep 2006 03:58:26 +0000 (20:58 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 13 Sep 2006 03:58:26 +0000 (20:58 -0700)
com32/lib/sys/ansi.c

index 74bf09f..e47bf1e 100644 (file)
@@ -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: