fix: terminal size 30% → 40 cols

This commit is contained in:
QQ 2026-06-11 16:49:10 +08:00
parent 8334f6042a
commit bb1a4df9fa
1 changed files with 1 additions and 1 deletions

View File

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