corvidax
JCHJava Community | Help. Code. Learn.
•Created by corvidax on 3/24/2025 in #java-help
ANSI Escape Code Not Working?
oh side not [2J command has to go at the end because it resets cursor to top left
18 replies
JCHJava Community | Help. Code. Learn.
•Created by corvidax on 3/24/2025 in #java-help
ANSI Escape Code Not Working?
if I find issues with this solution i will update but as of now seems to have fixed the issue completely!!!
18 replies
JCHJava Community | Help. Code. Learn.
•Created by corvidax on 3/24/2025 in #java-help
ANSI Escape Code Not Working?
System.out.print("\033[H\033[3J");
System.out.print("\033[H\033[2J");
System.out.flush();
18 replies
JCHJava Community | Help. Code. Learn.
•Created by corvidax on 3/24/2025 in #java-help
ANSI Escape Code Not Working?
solution; double erase to clear bottom AND top.
18 replies
JCHJava Community | Help. Code. Learn.
•Created by corvidax on 3/24/2025 in #java-help
ANSI Escape Code Not Working?
I didn't have issues with clearing other displays but it is possible that it is a site glitch?
18 replies
JCHJava Community | Help. Code. Learn.
•Created by corvidax on 3/24/2025 in #java-help
ANSI Escape Code Not Working?
I tried using flush but it didn't have any effect as far as I could tell. I'm running it on CodeHS on their built-in terminal
18 replies