regressions

This commit is contained in:
kepler155c
2018-01-26 06:36:53 -05:00
parent 1a0bf56b70
commit fcaaf87052
6 changed files with 11 additions and 8 deletions

View File

@@ -51,7 +51,6 @@ local clipboard
-- do we need a clipboard shim
if not multishell or not _G.kernel then -- is this OpusOS ?
debug('nope')
if _G.clipboard then -- has it been installed already
clipboard = _G.clipboard
else
@@ -1032,7 +1031,6 @@ local __actions = {
if clipboard then
clipboard.setData(text)
else
debug(text)
os.queueEvent('clipboard_copy', text)
end
setStatus('shift-^v to paste')