selectel / pyte

Simple VTXXX-compatible linux terminal emulator
http://pyte.readthedocs.org/
GNU Lesser General Public License v3.0
653 stars 101 forks source link

Handle color resets inside multiple attributes #109

Closed andreivasiliu closed 6 years ago

andreivasiliu commented 6 years ago

Reset was ignored in cases like \e[31;0;41m, causing colors to bleed where they shouldn't.

I tested the change by running zsh, mc and ipython inside pyte.

superbobry commented 6 years ago

Thanks!