FreeBASIC  0.91.0
io_color.c File Reference
#include "../fb.h"
#include "fb_private_console.h"
#include <pc.h>
Include dependency graph for io_color.c:

Go to the source code of this file.

Functions

int fb_ConsoleColor (int fc, int bc, int flags)
 
int fb_ConsoleGetColorAtt (void)
 

Variables

static int last_bc = FB_COLOR_BLACK
 
static int last_fc = FB_COLOR_WHITE
 

Function Documentation

int fb_ConsoleColor ( int  fc,
int  bc,
int  flags 
)

Definition at line 9 of file io_color.c.

Here is the caller graph for this function:

int fb_ConsoleGetColorAtt ( void  )

Definition at line 24 of file io_color.c.

Here is the caller graph for this function:

Variable Documentation

int last_bc = FB_COLOR_BLACK
static

Definition at line 7 of file io_color.c.

int last_fc = FB_COLOR_WHITE
static

Definition at line 7 of file io_color.c.