mirror of
https://github.com/peco/peco.git
synced 2026-09-10 07:16:29 -04:00
6 lines
170 B
Go
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
|