mirror of
https://github.com/ThePrimeagen/harpoon.git
synced 2025-07-13 17:40:25 +00:00
feat(term): add clear all functionality for terms
This commit is contained in:
parent
1c98945c68
commit
595bbaba29
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user