diff --git a/run.go b/run.go index 75e819dc1..4680b5eb1 100644 --- a/run.go +++ b/run.go @@ -234,7 +234,7 @@ func CursorMode() CursorModeType { // // CursorModeCaptured also works on browsers. // When the user exits the captured mode not by SetCursorMode but by the UI (e.g., pressing ESC), -// the previous cursor mode is set. +// the previous cursor mode is set automatically. // // SetCursorMode does nothing on mobiles. //