package agent import ( "os" ) func setWinsize(f *os.File, w, h int) { }