beego / bee

Bee is a tool for helping develop with beego app framework.
Apache License 2.0
1.44k stars 920 forks source link

[Bug] Bold message should be end with all attributes off(\x1b[0m) #802

Closed GeekTree0101 closed 3 years ago

GeekTree0101 commented 3 years ago

Does not revert to original color after displaying bold attributed text.

bash

Before
before
After

I fixed with ANSICON of all attributes off(\x1b[0m)

after

zsh

Bebore
스크린샷 2021-09-02 오후 10 43 46
After
스크린샷 2021-09-02 오후 10 43 53