mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-29 06:12:35 +09:00
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:
@@ -331,6 +331,7 @@ var DefaultGlobalOnlySettings = map[string]interface{}{
|
||||
"colorscheme": "default",
|
||||
"divchars": "|-",
|
||||
"divreverse": true,
|
||||
"fakecursor": false,
|
||||
"infobar": true,
|
||||
"keymenu": false,
|
||||
"mouse": true,
|
||||
|
||||
Reference in New Issue
Block a user