peterbrittain / asciimatics

A cross platform package to do curses-like operations, plus higher level APIs and widgets to create text UIs and ASCII art animations
Apache License 2.0
3.64k stars 238 forks source link

Control code parser #229

Closed edoffagne closed 5 years ago

edoffagne commented 5 years ago

Issues fixed by this PR

Sanitizing parsers #224

What does this implement/fix?

Added parser to sanitize control codes


Fixed comments from last PR

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-0.07%) to 97.215% when pulling 7d95e61b2fc4762ab0a4910f6b650ce8d069cec8 on edoffagne:control_code_parser into 1fb994f196a488669ac732e615730c768dbf61a6 on peterbrittain:master.

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-0.07%) to 97.213% when pulling 7d95e61b2fc4762ab0a4910f6b650ce8d069cec8 on edoffagne:control_code_parser into 1fb994f196a488669ac732e615730c768dbf61a6 on peterbrittain:master.

peterbrittain commented 5 years ago

Looking good! Thanks!!