You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/examples.md
+4
Original file line number
Diff line number
Diff line change
@@ -383,6 +383,10 @@ Omit sending {kbd}`enter` to key commands. Equivalent to
383
383
`sleep_before` and `sleep_after` options added. Pane and command-level support.
384
384
```
385
385
386
+
```{warning}
387
+
This will delay loading as it runs synchronously for each pane. In future version asynchronous support, (i.e. [`asyncio`](asyncio)) will speed up this up.
388
+
```
389
+
386
390
Omit sending {kbd}`enter` to key commands. Equivalent to having
387
391
a [`time.sleep`](time.sleep) before and after [`send_keys`](libtmux.Pane.send_keys).
0 commit comments