(t testing.TB, tester shellTester, commands []TmuxCommand)
| 160 | } |
| 161 | |
| 162 | func captureTerminalOutputWithComplexCommands(t testing.TB, tester shellTester, commands []TmuxCommand) string { |
| 163 | return captureTerminalOutputWithShellNameAndDimensions(t, tester, tester.ShellName(), 200, 50, commands) |
| 164 | } |
| 165 | |
| 166 | type TmuxCommand struct { |
| 167 | Keys string |