added console clear to TmuxSession tester
This commit is contained in:
parent
341af8e730
commit
b0486ca97d
@ -16,7 +16,7 @@ function TmuxTest(shellCommand, paneId = g:defaultTmuxPaneId)
|
|||||||
silent call InitializeTmuxTestSession()
|
silent call InitializeTmuxTestSession()
|
||||||
endif
|
endif
|
||||||
|
|
||||||
call system("tmux send-keys -t " . a:paneId . " '" . a:shellCommand . "' Enter")
|
call system("tmux send-keys -t " . a:paneId . " 'clear; " . a:shellCommand . "' Enter")
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function SplitPaneTest(shellCommand, verticalSplit = 0)
|
function SplitPaneTest(shellCommand, verticalSplit = 0)
|
||||||
|
Loading…
Reference in New Issue
Block a user