- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for cursorLeft (0.07 sec)
-
compat/maven-embedder/src/main/java/org/fusesource/jansi/Ansi.java
return x > 0 ? appendEscapeSequence('C', x) : x < 0 ? cursorLeft(-x) : this; } /** * Moves the cursor left. If the parameter x is negative it moves the cursor right. * * @param x the number of characters to move left * @return this Ansi instance */ public Ansi cursorLeft(final int x) {
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 23.1K bytes - Viewed (0)