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