mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-20 20:07:52 +02:00
Add comment
This commit is contained in:
parent
bf01cf534f
commit
3a98b10e47
@ -254,6 +254,7 @@ func captureTerminalOutputComplex(t testing.TB, captureConfig TmuxCaptureConfig)
|
|||||||
}
|
}
|
||||||
fullCommand += " tmux capture-pane -t foo -p"
|
fullCommand += " tmux capture-pane -t foo -p"
|
||||||
if captureConfig.includeEscapeSequences {
|
if captureConfig.includeEscapeSequences {
|
||||||
|
// -e ensures that tmux runs the command in an environment that supports escape sequences. Used for rendering colors in the TUI.
|
||||||
fullCommand += "e"
|
fullCommand += "e"
|
||||||
}
|
}
|
||||||
fullCommand += "\n"
|
fullCommand += "\n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user