diff options
author | 2018-10-13 16:26:57 -0400 | |
---|---|---|
committer | 2018-10-13 16:26:57 -0400 | |
commit | fca69ee9e7b7593005d6692911dfa2d081759762 (patch) | |
tree | b8819b2e9554dce735f4cfe27898a9df9257e64d /init.lua | |
parent | 2637424fd7cd3389f4d7da20831acd4bd27c6c2a (diff) | |
download | textadept-fca69ee9e7b7593005d6692911dfa2d081759762.tar.gz textadept-fca69ee9e7b7593005d6692911dfa2d081759762.zip |
Fixed regression of Retina support on OSX.
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -150,6 +150,7 @@ end buffer.annotation_visible = buffer.ANNOTATION_BOXED -- Other. +buffer.buffered_draw = not CURSES and not OSX -- Quartz buffers drawing on OSX --buffer.word_chars = --buffer.whitespace_chars = --buffer.punctuation_chars = |