We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64e0aba commit c8c6657Copy full SHA for c8c6657
CHANGES
@@ -19,9 +19,15 @@ $ pip install --user --upgrade --pre libtmux
19
20
#### Improved new sessions (#532)
21
22
-- `Session.new_window()` to {meth}`Session.new_window()`
+- `Session.new_window()`:
23
24
- Learned `direction`, via {class}`~libtmux.constants.WindowDirection`).
25
+ - [PEP 3102]-style arguments after window name (#534).
26
+
27
+- Added {meth}`Window.new_window()` shorthand to create window based on that
28
+ window's position.
29
30
+[PEP 3102]: https://www.python.org/dev/peps/pep-3102/
31
32
#### Improved window splitting (#532)
33
0 commit comments