Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for cursorMove (0.05 sec)

  1. compat/maven-embedder/src/main/java/org/fusesource/jansi/Ansi.java

         *
         * @param x the number of characters to move horizontally
         * @param y the number of lines to move vertically
         * @return this Ansi instance
         * @since 2.2
         */
        public Ansi cursorMove(final int x, final int y) {
            return cursorRight(x).cursorDown(y);
        }
    
        /**
         * Moves the cursor to the beginning of the line below.
         *
         * @return this Ansi instance
         */
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Sat Apr 05 11:52:05 UTC 2025
    - 23.1K bytes
    - Viewed (0)
  2. src/main/webapp/css/admin/adminlte.min.css

    28a745}.todo-list .teal{border-left-color:#20c997}.todo-list .cyan{border-left-color:#17a2b8}.todo-list .white{border-left-color:#fff}.todo-list .gray{border-left-color:#6c757d}.todo-list .gray-dark{border-left-color:#343a40}.todo-list .handle{cursor:move;display:inline-block;margin:0 5px}.card-input{max-width:200px}.card-default .nav-item:first-child .nav-link{border-left:0}.dark-mode .card-primary:not(.card-outline)>.card-header{background-color:#3f6791}.dark-mode .card-primary:not(.card-outli...
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 1.3M bytes
    - Viewed (0)
Back to top