- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for cursorDown (0.23 seconds)
-
compat/maven-embedder/src/main/java/org/fusesource/jansi/Ansi.java
return y > 0 ? appendEscapeSequence('A', y) : y < 0 ? cursorDown(-y) : this; } /** * Moves the cursor down. If the parameter y is negative it moves the cursor up. * * @param y the number of lines to move down * @return this Ansi instance */ public Ansi cursorDown(final int y) { return y > 0 ? appendEscapeSequence('B', y) : y < 0 ? cursorUp(-y) : this;
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Sat Apr 05 11:52:05 GMT 2025 - 23.1K bytes - Click Count (0)