Skip to content
  • PinkPandaKatie's avatar
    Remove periodic cursor reset in hud.c · c4da99cc
    PinkPandaKatie authored
    Moving the cursor was causing the kernel console to refresh the top left
    character cell even though the cursor is not visible and the text has not
    changed. This was causing it to flash briefly before the full screen
    refresh. Instead of periodically clearing messages, just run 'dmesg -n 1'
    to disable kernel message printing entirely.
    c4da99cc