Skip to content

Commit 6fd33c2

Browse files
committed
!squash
1 parent 2c12970 commit 6fd33c2

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

README.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -159,17 +159,16 @@ 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-
cowsay 'hello'...
163-
sh-3.2$ cowsay 'hello'
164-
_______
165-
< hello >
166-
-------
167-
\ ^__^
168-
\ (oo)\_______
169-
(__)\ )\/\
170-
||----w |
171-
|| ||
172-
...
162+
$ cowsay 'hello' ...
163+
_______
164+
< hello >
165+
-------
166+
\ ^__^
167+
\ (oo)\_______
168+
(__)\ )\/\
169+
||----w |
170+
|| ||
171+
...
173172
```
174173

175174
Traverse and navigate:

0 commit comments

Comments
 (0)