MCPcopy
hub / github.com/ddworken/hishtory / captureTerminalOutputWithShellNameAndDimensions

Function captureTerminalOutputWithShellNameAndDimensions

client/testutils.go:182–191  ·  view source on GitHub ↗
(t testing.TB, tester shellTester, overriddenShellName string, width, height int, commands []TmuxCommand)

Source from the content-addressed store, hash-verified

180}
181
182func captureTerminalOutputWithShellNameAndDimensions(t testing.TB, tester shellTester, overriddenShellName string, width, height int, commands []TmuxCommand) string {
183 return captureTerminalOutputComplex(t,
184 TmuxCaptureConfig{
185 tester: tester,
186 overriddenShellName: overriddenShellName,
187 width: width,
188 height: height,
189 complexCommands: commands,
190 })
191}
192
193type TmuxCaptureConfig struct {
194 tester shellTester

Callers 4

testTui_resizeFunction · 0.85
TestTuiBenchFunction · 0.85

Calls 1

Tested by 2

testTui_resizeFunction · 0.68
TestTuiBenchFunction · 0.68