Commit 2e195a6
committed
hotfix for session sizes in tmux 2.6
See tmux 2.6 changes:
* All new sessions that are unattached (whether with -d or started with no
terminal) are now created with size 80 x 24. Whether the status line is on or
off does not affect the size of new sessions until they are attached.
This fix uses the -x and -y arguments (width and height) to server.
Right now we default to 800 width and 600 height.1 parent ae2b570 commit 2e195a6
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
476 | 476 | | |
477 | 477 | | |
478 | 478 | | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
479 | 483 | | |
480 | 484 | | |
481 | 485 | | |
| |||
0 commit comments