]> git.donarmstrong.com Git - samtools.git/blob - bam_tview_curses.h
ef9b20a6c6b74ca082f3b9b0dae0954001623e9d
[samtools.git] / bam_tview_curses.h
1 #ifndef BAM_TVIEW_CURSES_H
2 #define BAM_TVIEW_CURSES_H
3
4 #include <curses.h>
5 #include "bam_tview.h"
6
7 typedef struct CursesTview {
8         tview_t view;
9         WINDOW *wgoto, *whelp;
10         } curses_tview_t;
11
12
13 curses_tview_t* curses_tv_init(const char *fn, const char *fn_fa,const char *samples);
14
15 #endif
16