diff options
Diffstat (limited to 'console/display.c')
-rw-r--r-- | console/display.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/console/display.c b/console/display.c index 9af13f77..bcdbac1b 100644 --- a/console/display.c +++ b/console/display.c @@ -1518,6 +1518,7 @@ display_output_one (display_t display, wchar_t chr) display->attr.current.bgcol = display->attr.bgcol_def; display->attr.current.fgcol = display->attr.fgcol_def; display->attr.altchar = 0; + user->cursor.status = CONS_CURSOR_NORMAL; /* Fall through. */ case L'c': /* Clear screen and home cursor: <clear>. */ |