8 lines
79 B
Go
8 lines
79 B
Go
package main
|
|
|
|
import "os"
|
|
|
|
func setWinsize(f *os.File, w, h int) {
|
|
// Empty
|
|
}
|