mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-25 18:07:07 +09:00
config: Don't hardcode the fakecursor under Windows console any longer (#3959)
* config: Don't hardcode the `fakecursor` under Windows console any longer We just set the global default and allow the user to override it. * help: Add a concrete note for the `fakecursor` option in the Windows Console
This commit is contained in:
@@ -133,6 +133,8 @@ Here are the available options:
|
||||
* `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.
|
||||
Note: This option defaults to `true` in case `micro` is used in the legacy
|
||||
Windows Console.
|
||||
|
||||
default value: `false`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user