#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} | 
| 
 | 
| 
 | 
| 
 | ||||||||||||||||
| 
 | 
| 
 | ||||||||||||||||
| 
 | 
| 
 | ||||||||||||||||
| manages a few vt100 escape codes such as standout, character positioning etc | 
| 
 | ||||||||||||
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| Initial value:  
  {
    CGA_WIDTH,
    CGA_HEIGHT,
    0u,
    -1,
    -1,
    (u_char *)CGA_BUF,
    ATTRIB_WHITE|ATTRIB_BLACK_BG
  }
 | 
 1.4.6
 1.4.6