Skip to content

Instantly share code, notes, and snippets.

@ianelsbree
Created July 16, 2023 09:45
Show Gist options
  • Save ianelsbree/75361e3008e84a9e9919140ab52f0b6e to your computer and use it in GitHub Desktop.
Save ianelsbree/75361e3008e84a9e9919140ab52f0b6e to your computer and use it in GitHub Desktop.
Terminal Output Clearing Magic String
cout << "\033[2J\033[1;1H";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment