Skip to content

It is possible to scoll after Item 6 of menu. Causes problem #3

@whydee

Description

@whydee

In setupmenu,
case 'u':
if (line < LINES) line++;

should be changed into
case 'u':
if (line < LINES-1) line++;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions