Better curses init.
[apps/madmutt.git] / lib-ui / sidebar.h
1 /*
2  * Copyright notice from original mutt:
3  * Copyright (C) ????-2004 Justin Hibbits <jrh29@po.cwru.edu>
4  * Copyright (C) 2004 Thomer M. Gil <mutt@thomer.com>
5  *
6  * This file is part of mutt-ng, see http://www.muttng.org/.
7  * It's licensed under the GNU General Public License,
8  * please see the file GPL in the top level source directory.
9  */
10
11 #ifndef _SIDEBAR_H
12 #define _SIDEBAR_H
13
14 #include "mutt.h" /* because of CONTEXT :| */
15
16 int  sidebar_draw(void);
17 void sidebar_scroll(int);
18 void sidebar_set_buffystats(CONTEXT *);
19 const char *sidebar_get_current(void);
20 void sidebar_set_current(const char *);
21
22 #endif /* _SIDEBAR_H */