Skip to content

Commit 4785b5c

Browse files
committed
Adding docstring for suppress_history to send_keys
1 parent 1ae194f commit 4785b5c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tmuxp/pane.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ def send_keys(self, cmd, enter=True, suppress_history=True):
8585
:type cmd: str
8686
:param enter: Send enter after sending the input.
8787
:type enter: bool
88+
:param suppress_history: Don't add these keys to the shell history
89+
:type suppress_history: bool
8890
8991
"""
9092
prefix = ' ' if suppress_history else ''

0 commit comments

Comments
 (0)