コード例 #1
0
ファイル: ui.go プロジェクト: paulfchristiano/dwimmer
func nativeSize(d dynamics.Dwimmer, s *term.SettingT) term.T {
	x, y := d.Size()
	return WidthHeight.T(represent.Int(x), represent.Int(y))
}