예제 #1
0
func addNames(s *term.Setting) *term.SettingS {
	names := makeNames(s.TotalSlots())
	return &term.SettingS{s, names}
}