mirror of
https://github.com/kepler155c/opus
synced 2025-11-13 22:07:10 +00:00
fix: up-to-date package on master branch
This commit is contained in:
@@ -612,6 +612,11 @@ local function shellRead(history)
|
||||
end
|
||||
end
|
||||
|
||||
elseif ie.code == 'control-l' then
|
||||
term.clear()
|
||||
term.setCursorPos(1, 0) -- Y:0 ?
|
||||
break
|
||||
|
||||
else
|
||||
entry:process(ie)
|
||||
entry.value = entry.value or ''
|
||||
|
||||
Reference in New Issue
Block a user