scandum / tintin

TinTin++, aka tt++, is an extensible console MUD client.
https://tintin.mudhalla.net
GNU General Public License v3.0
201 stars 56 forks source link

#draw tile gives an error when drawing { #218

Closed rigrig closed 7 months ago

rigrig commented 7 months ago

Even when escaped, drawing text containing a { gives an error:

#draw tile 1 1 1 1 {\x7B}
#ERROR: GET BRACED ARGUMENT: UNMATCHED BRACE.

TinTin++ version: 2.02.41

I'm drawing a panel with chat history, so replacing all braces with something else isn't an ideal workaround when chatting about regexes ;-)

scandum commented 7 months ago

Thanks, I've updated the beta with a fix. Hopefully without introducing new bugs.

rigrig commented 7 months ago

Thanks, it works now!