libdos.h File Reference

#include <conio.h>
#include <stdio.h>

Include dependency graph for libdos.h:

Go to the source code of this file.

Typedefs

typedef unsigned char screen_buffer_t

Functions

void init_libdos ()
int get_number_of_lines ()
int get_number_of_cols ()
void gotoxy_sys (int x, int y)
void enable_smart_cursor (bool)
bool is_smart_cursor_enabled ()
void set_cursor_enabled (bool enabled)
bool is_cursor_enabled ()
void clear_to_end_of_line ()
int getch_ck ()
void update_screen ()
void putwch (unsigned c)
void put_colour_ch (int colour, unsigned ch)


Typedef Documentation

typedef unsigned char screen_buffer_t


Function Documentation

void clear_to_end_of_line (  ) 

void enable_smart_cursor ( bool   )  [inline]

int get_number_of_cols (  ) 

int get_number_of_lines (  ) 

int getch_ck (  ) 

void gotoxy_sys ( int  x,
int  y 
) [inline]

void init_libdos (  ) 

bool is_cursor_enabled (  ) 

bool is_smart_cursor_enabled (  )  [inline]

void put_colour_ch ( int  colour,
unsigned  ch 
) [inline]

void putwch ( unsigned  c  ) 

void set_cursor_enabled ( bool  enabled  ) 

void update_screen ( void   )  [inline]


Generated on Thu Jan 13 13:08:20 2011 by  doxygen 1.5.6