mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-30 04:40:34 +00:00
parent
ffc7118af0
commit
fbce241753
1 changed files with 6 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue