Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 83217 | Differences between
and this patch

Collapse All | Expand All

(-)/root/orig-crawl-source/menu.cc (-2 / +3 lines)
Lines 80-87 Link Here
80
            nav = true;
80
            nav = true;
81
            repaint = page_down();
81
            repaint = page_down();
82
            if (!repaint && flags && !is_set(MF_EASY_EXIT)) {
82
            if (!repaint && flags && !is_set(MF_EASY_EXIT)) {
83
                repaint = first_entry != 0;
83
                nav = false;
84
                first_entry = 0;
84
                lastch = keyin;
85
                return false;
85
            }
86
            }
86
            break;
87
            break;
87
        case CK_PGUP: case '<': case ';':
88
        case CK_PGUP: case '<': case ';':

Return to bug 83217