diff --git a/sortix/vgaterminal.cpp b/sortix/vgaterminal.cpp index 332f7031..f0334ecc 100644 --- a/sortix/vgaterminal.cpp +++ b/sortix/vgaterminal.cpp @@ -442,6 +442,7 @@ namespace Sortix showcursor = false; UpdateCursor(); } + break; } // Show cursor. case 'h': @@ -452,6 +453,7 @@ namespace Sortix showcursor = true; UpdateCursor(); } + break; } // TODO: Handle other cases. }