diff options
Diffstat (limited to 'modules/textadept/run.lua')
-rw-r--r-- | modules/textadept/run.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 |