summaryrefslogtreecommitdiff
path: root/src/fruits/cmc/ui/panes/search.h
blob: 7f9a2a79b36446b19bd423a49fe767fa0884c153 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#pragma once

/*
struct cmc_search_tab {
    struct cmc_search *search;
    struct ncplane *input;
    u32 cursor;
    u32 visual_cursor;
    bool input_active;
    wstr input_text;
    bool input_changed;
};
*/