peco.peco/layout_windows.go
2026-02-17 11:58:32 +09:00

6 lines
170 B
Go

package peco
// extraOffset reserves one additional line at the bottom on Windows
// to account for platform-specific terminal rendering behavior.
const extraOffset = 1