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