System-rat / ansi

A simple C++ ANSI terminal library
https://system-rat.github.io/ansi/
MIT License
0 stars 0 forks source link

Proper constructors for ansi::styling::Style #5

Closed System-rat closed 2 years ago

System-rat commented 2 years ago

Since StyleColor is a discriminated union (and those are well implemented in c++ :clown_face:) the constructors, destructors, and assignment operators for Style have to be manually implemented... yay.

System-rat commented 2 years ago

Implemented in 8f81c446ac63773ede50ffd0a41492ea5dbc782a