Skip to content

Commit 2c12970

Browse files
committed
!squash
1 parent a4be7c2 commit 2c12970

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Grab the output of pane:
159159
>>> pane.send_keys("cowsay 'hello'", enter=True)
160160
>>> import time; time.sleep(5)
161161
>>> print('\n'.join(pane.cmd('capture-pane', '-p').stdout))
162-
162+
cowsay 'hello'...
163163
sh-3.2$ cowsay 'hello'
164164
_______
165165
< hello >
@@ -169,6 +169,7 @@ Grab the output of pane:
169169
(__)\ )\/\
170170
||----w |
171171
|| ||
172+
...
172173
```
173174

174175
Traverse and navigate:

0 commit comments

Comments
 (0)