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

@@ -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