提交 24fe06cc 编写于 作者: P Pali Rohár 提交者: Anatolij Gustschin

cfb_console: Ignore bell character

Signed-off-by: NPali Rohár <pali.rohar@gmail.com>
上级 90f60a81
......@@ -803,6 +803,9 @@ void video_putc(const char c)
console_back();
break;
case 7: /* bell */
break; /* ignored */
default: /* draw the char */
video_putchar(console_col * VIDEO_FONT_WIDTH,
console_row * VIDEO_FONT_HEIGHT, c);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册