Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

move one step down when marking #179

Open
Docbroke opened this issue Aug 12, 2021 · 0 comments
Open

move one step down when marking #179

Docbroke opened this issue Aug 12, 2021 · 0 comments

Comments

@Docbroke
Copy link

example code

        # Mark files for operation.
        ${FFF_KEY_YANK:=y}|\
        ${FFF_KEY_MOVE:=m}|\
        ${FFF_KEY_TRASH:=d}|\
        ${FFF_KEY_LINK:=s}|\
        ${FFF_KEY_BULK_RENAME:=b})
            mark "$scroll" "$1"
            ((scroll < list_total)) && {
                ((scroll++))
                ((y < max_items)) && ((y++))

                print_line "$((scroll-1))"
                printf '\n'
                print_line "$scroll"
                status_line
            }
        ;;
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant