master #1

Merged
bedohswe merged 27 commits from pixtaded/crab:master into master 2025-02-11 18:05:01 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit a7ad8770c9 - Show all commits

View File

@ -4,7 +4,7 @@ plugins {
}
group = 'net.pixtaded'
version = '1.0.3'
version = '1.0.4'
repositories {
mavenCentral()

View File

@ -140,7 +140,7 @@ public class CrabClient implements Crab {
}
private void clearScreen() {
System.out.print("\033[H\033[2J");
System.out.print("\033[999999S\033[H\033[2J");
}
}