Home » Questions » Computers [ Ask a new question ]

Make the background black, not white on Linux/Mac OS X Terminal?

Make the background black, not white on Linux/Mac OS X Terminal?

All I want to do is make the background for Mac OS X's Terminal Black so that I can run a Perl script with Terminal and have the background black for that.

Asked by: Guest | Views: 234
Total answers/comments: 1
Guest [Entry]

Assuming that you want to change the colours of the screen from your Perl script, then you could look at using ANSI Color from CPAN. For example code, look here.