fix: terminal size 30% → 40 cols
This commit is contained in:
parent
8334f6042a
commit
bb1a4df9fa
|
|
@ -46,7 +46,7 @@ do
|
|||
-- 横屏→右侧(垂直分屏);竖屏→下方(水平分屏)
|
||||
direction = tall and 'horizontal' or 'vertical',
|
||||
cmd = cmd,
|
||||
size = tall and 10 or math.floor(ui.width * 0.3),
|
||||
size = tall and 10 or 40,
|
||||
})
|
||||
term:toggle()
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in New Issue