Docs for fakecursor option

Fixes #2908
This commit is contained in:
Zachary Yedidia
2023-09-07 08:17:12 -04:00
parent ffc7118af0
commit fbce241753

View File

@@ -129,6 +129,12 @@ Here are the available options:
default value: `true`
* `fakecursor`: forces micro to render the cursor using terminal colors rather
than the actual terminal cursor. This is useful when the terminal's cursor is
slow or otherwise unavailable/undesirable to use.
default value: `false`
* `fastdirty`: this determines what kind of algorithm micro uses to determine
if a buffer is modified or not. When `fastdirty` is on, micro just uses a
boolean `modified` that is set to `true` as soon as the user makes an edit.