mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-29 03:23:56 +01:00
11 lines
105 B
Go
11 lines
105 B
Go
|
//go:build freebsd
|
||
|
|
||
|
package ssh
|
||
|
|
||
|
import (
|
||
|
"os"
|
||
|
)
|
||
|
|
||
|
func setWinSize(file *os.File, width, height int) {
|
||
|
}
|