ttcdt / mp-5.x

The Minimum Profit Text Editor
The Unlicense
23 stars 4 forks source link

Fix NCurses background color setting. Also respect the ANSI RGB color config #20

Closed X-Ryl669 closed 1 year ago

X-Ryl669 commented 2 years ago

There was a off-by-one error in NCurses background color setting, resulting in background color to always be equal to the foreground color. This PR fixes this.

It also deal with the new ansi_rgbcolor configuration value, so a user can force using the default terminal/ncurses color if she wants.