Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for cursorLeft (1.14 sec)

  1. 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: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon May 13 09:53:45 UTC 2024
    - 23.1K bytes
    - Viewed (0)
Back to top