From dbef5c3fa8ca9f842f75a6db1f0aa0fb029a4be6 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Mon, 16 Sep 2013 20:49:23 -0400 Subject: Moved custom markers and indicators into themes and added more properties. --- modules/textadept/bookmarks.lua | 7 ------- 1 file changed, 7 deletions(-) (limited to 'modules/textadept/bookmarks.lua') diff --git a/modules/textadept/bookmarks.lua b/modules/textadept/bookmarks.lua index b6fc39d5..c70983a1 100644 --- a/modules/textadept/bookmarks.lua +++ b/modules/textadept/bookmarks.lua @@ -66,11 +66,4 @@ function M.goto_mark(next) end end -local CURSES_MARK = buffer.SC_MARK_CHARACTER + string.byte(' ') --- Sets view properties for bookmark markers. -events.connect(events.VIEW_NEW, function() - if CURSES then buffer:marker_define(M.MARK_BOOKMARK, CURSES_MARK) end - buffer.marker_back[M.MARK_BOOKMARK] = not CURSES and 0xB3661A or 0x800000 -end) - return M -- cgit v1.2.3