aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2014-12-31 20:33:11 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2014-12-31 20:33:11 -0500
commit48d3f0c0339e45f2611b6df936c5c6b35cd9f530 (patch)
tree08427890e56e237749efa1d671e2398a307d4b03
parentf3da22c0a8344852d72ff9c4ffc852617a5be22a (diff)
downloadtextadept-48d3f0c0339e45f2611b6df936c5c6b35cd9f530.tar.gz
textadept-48d3f0c0339e45f2611b6df936c5c6b35cd9f530.zip
Disable scrollbar in Mac OSX terminal version; properties.lua
Terminal.app does not render it correctly.
-rw-r--r--properties.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/properties.lua b/properties.lua
index 1c36fc6f..fef35ef3 100644
--- a/properties.lua
+++ b/properties.lua
@@ -19,7 +19,7 @@ buffer:set_y_caret_policy(buffer.CARET_SLOP + buffer.CARET_STRICT +
buffer.CARET_EVEN, 1)
--buffer:set_visible_policy()
--buffer.h_scroll_bar = CURSES
---buffer.v_scroll_bar = false
+buffer.v_scroll_bar = not OSX or not CURSES -- disable on OSX curses
--buffer.scroll_width =
--buffer.scroll_width_tracking = true
--buffer.end_at_last_line = false