JavaChilly / dome-client.js

a node.js/socket.io web app which a MOO can run for its users to connect with. uses no flash or java.
BSD 3-Clause "New" or "Revised" License
23 stars 16 forks source link

Fixes [unbold] directive in ANSI #18

Open NGGJamie opened 3 years ago

NGGJamie commented 3 years ago

Previously, [unbold] was not sanitized and would send the client raw control characters, without applying the wanted effect. This fixes that to make the ANSI code work correctly.