summaryrefslogtreecommitdiff
path: root/src/tty_interface.h
blob: e1240c35812506f06c274b6896938cf9a0918f84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef TTY_INTERFACE_H
#define TTY_INTERFACE_H TTY_INTERFACE_H

#include "choices.h"
#include "options.h"
#include "tty.h"

#define SEARCH_SIZE_MAX 4096

void tty_interface_run(tty_t *tty, choices_t *choices, options_t *options);

#endif