mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-11 15:37:29 +02:00
Default to using CoreText renderer
The default renderer is too "loose" on OS X 10.8 whereas the CoreText renderer looks the same across all platforms. Furthermore, the CoreText renderer is many times faster. A downside to the CoreText renderer is that it does not support the text input protocols properly, so e.g. three-finger tapping to show dictionary results does not work. It also does not show marked text as it is being drawn if the "inline marked text" option is disabled.
This commit is contained in:
@@ -207,7 +207,7 @@ fsEventCallback(ConstFSEventStreamRef streamRef,
|
||||
[NSNumber numberWithInt:0], MMOpenInCurrentWindowKey,
|
||||
[NSNumber numberWithBool:NO], MMNoFontSubstitutionKey,
|
||||
[NSNumber numberWithBool:YES], MMLoginShellKey,
|
||||
[NSNumber numberWithInt:0], MMRendererKey,
|
||||
[NSNumber numberWithInt:2], MMRendererKey,
|
||||
[NSNumber numberWithInt:MMUntitledWindowAlways],
|
||||
MMUntitledWindowKey,
|
||||
[NSNumber numberWithBool:NO], MMTexturedWindowKey,
|
||||
|
||||
Reference in New Issue
Block a user