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/run.lua | 7 ------- 1 file changed, 7 deletions(-) (limited to 'modules/textadept/run.lua') diff --git a/modules/textadept/run.lua b/modules/textadept/run.lua index 87e292c4..fd3be697 100644 --- a/modules/textadept/run.lua +++ b/modules/textadept/run.lua @@ -241,11 +241,4 @@ events.connect(events.DOUBLE_CLICK, function(pos, line) if is_msg_buf(buffer) then M.goto_error(line) end end) -local CURSES_MARK = buffer.SC_MARK_CHARACTER + string.byte(' ') --- Sets view properties for error markers. -events.connect(events.VIEW_NEW, function() - if CURSES then buffer:marker_define(M.MARK_ERROR, CURSES_MARK) end - buffer.marker_back[M.MARK_ERROR] = not CURSES and 0x8080CC or 0x000080 -end) - return M -- cgit v1.2.3