Skip to content

Experimental: enable curly braces as ordinary characters.

Albert Gräf requested to merge aggraef/purr-data:curly-braces-fix into master

This change allows curly braces {} to be accepted as keypress events and entered into object and message boxes. It doesn't change the quoting rules for these characters, so [print] still escapes them with backslashes.

Merge request reports