From f4aaf5eabdc8cccf2112fc79a93dec9f54c6870a Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Thu, 4 Sep 2014 15:56:00 -0400 Subject: Enable true spawning on Mac OSX GUI version. This requires lspawn r25 (changeset acdfac5eb4cf). --- modules/textadept/run.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/textadept/run.lua') diff --git a/modules/textadept/run.lua b/modules/textadept/run.lua index 7c1c62b3..b756f76e 100644 --- a/modules/textadept/run.lua +++ b/modules/textadept/run.lua @@ -104,7 +104,7 @@ local function command(commands, event) preferred_view = view local events_emit = events.emit local function emit_output(output, focus) - ui.SILENT_PRINT = not focus and not OSX and true + ui.SILENT_PRINT = not focus for line in output:gmatch('[^\r\n]+') do events_emit(event, data, line:iconv('UTF-8', _CHARSET)) end -- cgit v1.2.3