mirror of
https://github.com/go-gitea/gitea.git
synced 2025-02-12 16:00:27 +02:00
8 lines
91 B
Go
8 lines
91 B
Go
![]() |
// +build darwin freebsd netbsd openbsd
|
||
|
|
||
|
package flags
|
||
|
|
||
|
const (
|
||
|
tIOCGWINSZ = 0x40087468
|
||
|
)
|