We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ae194f commit 4785b5cCopy full SHA for 4785b5c
tmuxp/pane.py
@@ -85,6 +85,8 @@ def send_keys(self, cmd, enter=True, suppress_history=True):
85
:type cmd: str
86
:param enter: Send enter after sending the input.
87
:type enter: bool
88
+ :param suppress_history: Don't add these keys to the shell history
89
+ :type suppress_history: bool
90
91
"""
92
prefix = ' ' if suppress_history else ''
0 commit comments