Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

bbcpri.h

00001 #define AT_NORM    0x00000
00002 
00003 /* attribute */
00004 #define AT_BOLD    0x00001
00005 #define AT_UNDER   0x00002
00006 #define AT_BLINK   0x00004
00007 #define AT_REVERSE 0x00008
00008 
00009 /* foreground color */
00010 #define FG_BLACK   0x00010
00011 #define FG_RED     0x00020
00012 #define FG_GREEN   0x00040
00013 #define FG_YELLOW  0x00080
00014 #define FG_BLUE    0x00100
00015 #define FG_MAGENTA 0x00200
00016 #define FG_CYAN    0x00400
00017 #define FG_WHITE   0x00800
00018 
00019 /* background color */
00020 #define BG_BLACK   0x01000
00021 #define BG_RED     0x02000
00022 #define BG_GREEN   0x04000
00023 #define BG_YELLOW  0x08000
00024 #define BG_BLUE    0x10000
00025 #define BG_MAGENTA 0x20000
00026 #define BG_CYAN    0x40000
00027 #define BG_WHITE   0x80000
00028 
00029 void cl_screen(void);
00030 void cl_line(void);
00031 void nx_line(void);
00032 void line_cur(int n);
00033 void mv_cur(int x,int y);
00034 void up_cur(int n);
00035 void down_cur(int n);
00036 void right_cur(int n);
00037 void left_cur(int n);
00038 void cprintf(int att,char *fmt,...);

Generated on Mon Sep 8 08:58:21 2008 by  doxygen 1.3.9.1