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
sheet
sheet command has been introduced with 9c5f13d56b798359ab4eb6f1af02d97d76071a96. Need to add automated tests for this.
The text was updated successfully, but these errors were encountered:
@liquidaty: Here are some observations during testing:
corrupted size vs. prev_size
Sorry, something went wrong.
Just verified that the filter command output is just not a visual glitch. The header in the captured output is not correct.
Steps to reproduce:
$ cd zsv/app/test $ make test-sheet $ tmux new-session -x 1000 -d -s test-sheet "../../build/Linux/rel/gcc/bin/zsv_sheet worldcitiespop_mil.csv" $ tmux set-window-option -t test-sheet prefix none $ tmux send-keys -t test-sheet "f" $ tmux send-keys -t test-sheet "sarmaj" $ tmux send-keys -t test-sheet Enter $ tmux capture-pane -t test-sheet -p > test.log $ cat test.log 1 ir sarmaj-e Sarmaj-e 13 34.3578 2 ad aixirival Aixirival 06 42.466666 1 $ tmux send-keys -t test-sheet "q"
iamazeem
Successfully merging a pull request may close this issue.
sheet
command has been introduced with 9c5f13d56b798359ab4eb6f1af02d97d76071a96.Need to add automated tests for this.
The text was updated successfully, but these errors were encountered: