From fb97e0f1e2362f6bc68b31ecce1977fac728fa65 Mon Sep 17 00:00:00 2001 From: Alexander Zeijlon Date: Tue, 4 Nov 2025 09:37:09 +0100 Subject: [PATCH] Remove showDotCursor from docs/API.md This should have been a part of commit 243d7fd --- docs/API.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/API.md b/docs/API.md index eb3ec333..c1f6fac9 100644 --- a/docs/API.md +++ b/docs/API.md @@ -77,11 +77,6 @@ protocol stream. if the remote session is smaller than its container, or handled according to `clipViewport` if it is larger. Disabled by default. -`showDotCursor` - - Is a `boolean` indicating whether a dot cursor should be shown - instead of a zero-sized or fully-transparent cursor if the server - sets such invisible cursor. Disabled by default. - `viewOnly` - Is a `boolean` indicating if any events (e.g. key presses or mouse movement) should be prevented from being sent to the server.