aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/menuwin.c
blob: 76c0ac31f457279492f1dc97064c369c8bb99314 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#include "ui.internal.h"

#include <stddef.h> /* for size_t */

/* number of columns wide a menu window is */
#define UI__MENUWIN_COLS (20)

size_t ui__menuwin_next_line(char **linep)
{
  
}

void ui__init_window_menu(struct ui_window_menu *menu)
{

}

/* for base.c */
void ui__destroy_window_menu(struct ui_window_menu *menu)
{

}