aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2009-02-10 19:03:38 -0500
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2009-02-10 19:03:38 -0500
commit5a6afd026c60118389a3ad231dbdc5006e5869ca (patch)
tree5a07536e78ed1d223d84a61e0e2257fb104f54d3 /themes
parentddcc45f0615ab6ba776635a15e2183f8d50401a7 (diff)
Changed default cursors to prevent an occasional GTK-OSX binary file hang.
Diffstat (limited to 'themes')
-rw-r--r--themes/dark/view.lua2
-rw-r--r--themes/light/view.lua2
2 files changed, 0 insertions, 4 deletions
diff --git a/themes/dark/view.lua b/themes/dark/view.lua
index 962bbd8a..320661ca 100644
--- a/themes/dark/view.lua
+++ b/themes/dark/view.lua
@@ -11,8 +11,6 @@ buffer.caret_line_visible = true
buffer.caret_line_back = 4473924 -- 0x44 | 0x44 << 8 | 0x44 << 16
buffer:set_x_caret_policy(1, 20) -- CARET_SLOP
buffer:set_y_caret_policy(13, 1) -- CARET_SLOP | CARET_STRICT | CARET_EVEN
-buffer.caret_style = 2
-buffer.caret_period = 0
-- selection
buffer:set_sel_fore(1, 3355443) -- 0x33 | 0x33 << 8 | 0x33 << 16
diff --git a/themes/light/view.lua b/themes/light/view.lua
index 4839019e..90170379 100644
--- a/themes/light/view.lua
+++ b/themes/light/view.lua
@@ -11,8 +11,6 @@ buffer.caret_line_visible = true
buffer.caret_line_back = 14540253 -- 0xDD | 0xDD << 8 | 0xDD << 16
buffer:set_x_caret_policy(1, 20) -- CARET_SLOP
buffer:set_y_caret_policy(13, 1) -- CARET_SLOP | CARET_STRICT | CARET_EVEN
-buffer.caret_style = 2
-buffer.caret_period = 0
-- selection
buffer:set_sel_fore(1, 3355443) -- 0x33 | 0x33 << 8 | 0x33 << 16