5 * Copyright (C) 2010 Xiph.Org
6 * Portions Copyright (C) 1998-2009 Free Software Foundation, Inc.
8 * mincurses is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; either version 2, or (at your option)
13 * mincurses is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
18 * You should have received a copy of the GNU General Public License
19 * along with rtrecord; see the file COPYING. If not, write to the
20 * Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
28 extern int min_flush();
29 extern int min_getch(int nonblock
);
30 extern int min_putchar(int c
);
31 extern int min_putp(const char *str
);
32 extern int min_write(const char *str
,int len
);
33 extern int min_putstr(const char *str
);
34 extern void min_mvcur(int x
, int y
);
35 extern int min_panel_init(int pl
);
36 extern void min_panel_remove(void);
37 extern int min_panel_expand(int l
,int bottomp
);
38 extern int min_panel_contract(int l
,int bottomp
);
39 extern int min_hidecur(void);
40 extern int min_showcur(void);
41 extern int min_clreol(void);
42 extern int min_clrbol(void);
44 extern int min_unset(void);
45 extern int min_fg(int c
);
46 extern int min_bg(int c
);
47 extern int min_color(int f
,int b
);
48 extern int min_bold(int flag
);
49 extern int min_blink(int flag
);
50 extern int min_underline(int flag
);
51 extern int min_reverse(int flag
);
52 extern int min_gfx(int flag
);