Tune window-auto for smaller terminals
This commit is contained in:
parent
7fd94d4f10
commit
3391ae2eb5
@ -13,7 +13,7 @@ fi
|
||||
|
||||
if [[ $ratio -ge 100 ]]; then
|
||||
# terminal is wide or square
|
||||
if [[ $cols -gt 230 ]]; then
|
||||
if [[ $cols -gt 240 ]]; then
|
||||
# terminal is wide and large
|
||||
`dirname $0`/window-wide-right
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user