Skip to content

bruneo32/ANSI-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The ANSI-Project

Make quick ANSI formats to beautify terminal output

Version: 1.0

Look for:

C/C++ C# Java Python

WebPage: bruneo32.github.io/ANSI-Project

Doc Generated with: Doxygen (Except for Java)

logo doxygen

Outputs

ANSI interpretation depends on terminal support, so somethings may be different between terminals

output output output

Windows 10

Starting with Windows 10, the console supports ANSI escape sequences, but only if the console is configured to NOT "use legacy console", and the program writing to the console must configure its output to interpret the sequences.

You can execute this command and restart the cmd to fix it

REG ADD HKCU\CONSOLE /f /v VirtualTerminalLevel /t REG_DWORD /d 1 >nul

Contact

If you publish any project that use the ANSI-Project, FEEL FREE TO NOTICE ME!

I would love see your project: bruneo32b@gmail.com