0

So I want to write a console application, and for that I want to color certain areas in the background, so something like this:enter image description here

Just that you know what i want to do, not exactly this, but i want paint the background.

(My English is not very good)

Flawless
  • 13
  • 2
  • 1
    Unfortunately, questions seeking tools/libraries are off-topic here, so this'll likely be closed. That being said, I'd advise you to look into [ncurses](https://tldp.org/HOWTO/NCURSES-Programming-HOWTO/). If you have specific questions about getting programs using it working, feel free to come back and ask! – scohe001 Sep 11 '20 at 15:08
  • In your image, the console is achieving the color by using "block" characters. The console is switched to a foreground color (red), then the blocks are drawn. There are no special tricks. You will need to find out if your console supports colored text, and how to set the text color. Otherwise, use a GUI or windowing system. – Thomas Matthews Sep 11 '20 at 16:08

0 Answers0