add OSC nil type

This commit is contained in:
2024-10-21 14:31:13 -05:00
parent 1de7be013e
commit 5f4ab5bbb8
+2
View File
@@ -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)