Skip to content

refactor!(Pane.send_keys): Default suppress_history value to False #395

New issue

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

Merged
merged 2 commits into from
Aug 6, 2022

Conversation

tony
Copy link
Member

@tony tony commented Aug 6, 2022

Before: Pane.send_keys(cmd:str, suppress_history=False)
Now: Pane.send_keys(cmd:str, suppress_history=True)

@codecov
Copy link

codecov bot commented Aug 6, 2022

Codecov Report

Merging #395 (605e803) into master (373baf0) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #395   +/-   ##
=======================================
  Coverage   88.54%   88.54%           
=======================================
  Files          18       18           
  Lines        1851     1851           
=======================================
  Hits         1639     1639           
  Misses        212      212           
Impacted Files Coverage Δ
libtmux/pane.py 78.26% <ø> (ø)

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

@tony tony merged commit d278a46 into master Aug 6, 2022
@tony tony deleted the send-keys branch August 6, 2022 00:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant