File: screen.h

package info (click to toggle)
netrik 1.16.1-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,164 kB
  • ctags: 618
  • sloc: ansic: 6,657; sh: 994; makefile: 169
file content (18 lines) | stat: -rw-r--r-- 697 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
   netrik -- The ANTRIK Internet Viewer
   Copyright (C) Olaf D. Buddenhagen AKA antrik, et al (see AUTHORS)
   Published under the GNU GPL; see LICENSE for details.
*/
/*
 * screen.h -- prototypes/definitions of screen handling functions & global vars.
 *
 * (C) 2001, 2002 antrik
 */

void start_curses(void);    /* init curses full screen mode */
void set_color(int color);    /* set text attributes */
void end_fullscreen(void);    /* leave curses full screen mode */

int init_curses(void);    /* init curses (not full screen) */
void set_color_raw(int color);    /* set text attributes in raw (not fullscreen) mode */
void reset_color_raw(void);    /* reset text attributes to default */