metal3d / bashsimplecurses

A simple curses library made in bash to draw terminal interfaces
BSD 3-Clause "New" or "Revised" License
902 stars 117 forks source link

Use consistent escape sequence on reset_colors #35

Closed comigor closed 5 years ago

comigor commented 5 years ago

All other color commands use \033 as escape sequence, while reset_colors was using \E.

metal3d commented 5 years ago

Hi, thanks ! Yes I missed some fixes :)

metal3d commented 5 years ago

Note: I'll make a new release in a few hours/days