regressions
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user