Add a terrible and hacky implementation of scrolling and bump the project's version to 1.0.4.
This commit is contained in:
parent
5c55999771
commit
a7ad8770c9
@ -4,7 +4,7 @@ plugins {
|
||||
}
|
||||
|
||||
group = 'net.pixtaded'
|
||||
version = '1.0.3'
|
||||
version = '1.0.4'
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
@ -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");
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user