Kernel: Fix TTY ANSI ? handling

This commit is contained in:
Bananymous 2025-04-18 02:42:49 +03:00
parent cef8779bf7
commit c0942d78cb
1 changed files with 1 additions and 1 deletions

View File

@ -361,7 +361,7 @@ namespace Kernel
if (m_ansi_state.index == 0 || m_ansi_state.nums[0] == -1)
{
m_ansi_state.question = true;
return reset_ansi();
return;
}
reset_ansi();
dprintln_if(DEBUG_VTTY, "invalid ANSI CSI ?");