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 2c12970 commit 6fd33c2Copy full SHA for 6fd33c2
README.md
@@ -159,17 +159,16 @@ Grab the output of pane:
159
>>> pane.send_keys("cowsay 'hello'", enter=True)
160
>>> import time; time.sleep(5)
161
>>> 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
- ...
+$ cowsay 'hello' ...
+ _______
+< hello >
+ -------
+ \ ^__^
+ \ (oo)\_______
+ (__)\ )\/\
+ ||----w |
+ || ||
+...
173
```
174
175
Traverse and navigate:
0 commit comments