Sessions: Fix os_window_size and os_window_class not applying to the first OS Window

Fixes #4957
This commit is contained in:
Kovid Goyal
2022-04-12 21:38:29 +05:30
parent aabadd8517
commit c9ef4aa8c8
5 changed files with 18 additions and 14 deletions

View File

@@ -39,6 +39,9 @@ Detailed list of changes
- Remote control: Allow using :ref:`Boolean operators <search_syntax>` when constructing queries to match windows or tabs
- Sessions: Fix :code:`os_window_size` and :code:`os_window_class` not applying to the first OS Window (:iss:`4957`)
0.25.0 [2022-04-11]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

View File

@@ -149,7 +149,7 @@ For example:
# Create a new OS window
new_os_window
# set new window size to 80x25 cells
# set new window size to 80x25 cells (if specifed before new_os_window will apply to first OS window)
os_window_size 80c 25c
# set the --class for the new OS window
os_window_class mywindow