#include <conio.h>#include <stdio.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 unsigned char screen_buffer_t |
| 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] |
1.5.6