aminal/platform/settings.go

7 lines
157 B
Go

package platform
// PlatformDependentSettings Settings specific to the platform
type PlatformDependentSettings struct {
OSCTerminators map[rune]struct{}
}