File: selbox.h

package info (click to toggle)
multitail 7.1.5-2
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 884 kB
  • sloc: ansic: 14,945; makefile: 119; sh: 28; perl: 25
file content (6 lines) | stat: -rw-r--r-- 298 bytes parent folder | download
1
2
3
4
5
6
#include "mt.h"

int selection_box(void **list, char *needs_mark, int nlines, selbox_type_t type, int what_help, char *heading);
int select_window(int what_help, char *heading);
proginfo * select_subwindow(int f_index, int what_help, char *heading);
char * select_file(char *input, int what_help);