conio.c File Reference

#include "libc.h"

Functions

void conio_gotoxy (t_conio *c, int x, int y)
void conio_getxy (t_conio *c, int *x, int *y)
void conio_clrscr (t_conio *c)
void conio_scrollup (t_conio *c)
void conio_process_buf (t_conio *c, char *buf, int len)
void conio_process_char (t_conio *c, char ch)

Variables

t_conio gl_conio
int ansi_to_conio [8] = {0, 4, 2, 6, 1, 5, 3, 7}

Function Documentation

void conio_clrscr t_conio c  ) 
 

void conio_getxy t_conio c,
int *  x,
int *  y
 

void conio_gotoxy t_conio c,
int  x,
int  y
 

void conio_process_buf t_conio c,
char *  buf,
int  len
 

manages a few vt100 escape codes such as standout, character positioning etc

void conio_process_char t_conio c,
char  ch
 

void conio_scrollup t_conio c  ) 
 


Variable Documentation

int ansi_to_conio[8] = {0, 4, 2, 6, 1, 5, 3, 7}
 

t_conio gl_conio
 

Initial value:

default conio


Generated on Wed May 24 23:05:55 2006 for LSE/OS by  doxygen 1.4.6