feat(term): add clear all functionality for terms

This commit is contained in:
James Trew 2021-08-04 11:04:14 -04:00
parent 1c98945c68
commit 595bbaba29

View File

@ -72,4 +72,9 @@ M.sendCommand = function(idx, cmd, ...)
end
end
M.clear_all = function()
log.trace("clear_all(): Clearing all terminals.")
terminals = {}
end
return M