Add tmux dimensions#1397
Conversation
added the ability to set the default width and height of the detatched session using variables tmux_width and tmux_height. these variables may be set at a local level or system wide. the script checks if the input from the variables is a valid positive integer and if input is not a valid positive integer, sets the values for the tmux to the default values of 80x23
'-s' flag had an extra '-'
changed "-" to "_"
updated if statements and variables to meet LGSM syntax and naming conventions
corrected a variable name error cause by quickly making changes when tired
|
Much better :p Forgot about branching though. |
|
Looks good to me :). This will be in the next release. |
|
Many thanks for the assistance @UltimateByte , this is my first time using github for any form of developement purpose. so it was a good learning experience. And many thanks @dgibbs64 for accepting. |
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
added the ability to set the default width and height of the detatched session using variables tmux_width and tmux_height.
these variables may be set at a local level or system wide.
the script checks if the input from the variables is a valid positive integer and if input is not a valid positive integer, sets the values for the tmux to the default values of 80x23
Fixes #1396