Add fakecursor option

When 'fakecursor' is enabled micro will use a "fake" block to display
the cursor instead of the terminal's cursor.

Closes #2698
Closes #2703
This commit is contained in:
Zachary Yedidia
2023-01-26 18:02:54 -08:00
parent e222ed73b8
commit d5ff785559
2 changed files with 7 additions and 2 deletions

View File

@@ -331,6 +331,7 @@ var DefaultGlobalOnlySettings = map[string]interface{}{
"colorscheme": "default",
"divchars": "|-",
"divreverse": true,
"fakecursor": false,
"infobar": true,
"keymenu": false,
"mouse": true,