How do I get more than the 7 preset colors using the NCurses library with C++?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If the
colorsterminfo capability returns8, then you can’t. If it returns a value higher than that then examine the result of thecccapability to see if you can change them via theinitccapability.