We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
capture_pane returns only the visible lines but I need to process the entire history, how to get the full history of a pane ?
capture_pane
a full, more flexible solution will allow to capture from line X to line Y.
The text was updated successfully, but these errors were encountered:
This is more of a tmux(1) question, but I will make libtmux providing a solution for this a priority if tmux(1) can do it.
tmux(1)
I also welcome PRs + docs in the mean time
Sorry, something went wrong.
feat(pane): add capability to use [-SE] flags to capture_pane (#465)
4c6cf5e
In re: #458
@aey76 @vitchyr Feature launched in v0.19.0
Successfully merging a pull request may close this issue.
capture_pane
returns only the visible lines but I need to process the entire history, how to get the full history of a pane ?a full, more flexible solution will allow to capture from line X to line Y.
The text was updated successfully, but these errors were encountered: