ErichDonGubler / termion

A bindless library for controlling terminals/TTY.
MIT License
4 stars 1 forks source link

Windows - Step 6 - Cursor Position and Scrolling #7

Open mattmccarty opened 6 years ago

mattmccarty commented 6 years ago

Windows supports this for both ANSI and non-ANSI versions of the console. Something similiar to colors will need to be done here. Support ANSI when we can, but fallback to the old Windows API calls when we have to.