mirror of
https://github.com/jwetzell/osc-go.git
synced 2026-08-14 11:23:40 +00:00
add OSC nil type
This commit is contained in:
@@ -82,6 +82,8 @@ func argToTypedArg(rawArg string, oscType string) any {
|
||||
return true
|
||||
case "F":
|
||||
return false
|
||||
case "N":
|
||||
return nil
|
||||
default:
|
||||
fmt.Print("unhandled osc type: ")
|
||||
fmt.Printf("%s.\n", oscType)
|
||||
|
||||
Reference in New Issue
Block a user