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 50b6ed6 commit 26bf2c5Copy full SHA for 26bf2c5
README.rst
@@ -74,12 +74,12 @@ play with session::
74
Window(@8 2:ha in the bg, Session($3 foo))
75
>>> session.kill_window("ha in")
76
77
-create new window in the background (don't switch to it):
+create new window in the background (don't switch to it)::
78
79
>>> w = session.new_window(attach=False, window_name="ha in the bg")
80
Window(@11 3:ha in the bg, Session($3 foo))
81
82
-kill window object directly:
+kill window object directly::
83
84
>>> w.kill_window()
85
0 commit comments