Add TODOs

This commit is contained in:
David Dworken
2022-11-11 17:03:32 -05:00
parent 188ff1d0fa
commit 9c47afbe54
3 changed files with 7 additions and 0 deletions

View File

@ -1853,6 +1853,8 @@ func captureTerminalOutputWithShellName(t *testing.T, tester shellTester, overri
return captureTerminalOutputWithShellNameAndDimensions(t, tester, overriddenShellName, 200, 50, commands)
}
// TODO: add tests for auto-resizing. They can use the tmux resize-pane command
func captureTerminalOutputWithShellNameAndDimensions(t *testing.T, tester shellTester, overriddenShellName string, width, height int, commands []string) string {
sleepAmount := "0.1"
if runtime.GOOS == "linux" {