mirror of
https://github.com/ddworken/hishtory.git
synced 2025-08-17 18:31:43 +02:00
Add comment
This commit is contained in:
@ -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"
|
||||||
|
Reference in New Issue
Block a user