You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
378 B
C
22 lines
378 B
C
/* PDCurses */
|
|
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
|
|
#define INCL_DOS
|
|
#define INCL_DOSMISC
|
|
#define INCL_WIN
|
|
#define INCL_VIO
|
|
#define INCL_KBD
|
|
#define INCL_MOU
|
|
#include <os2.h>
|
|
|
|
#include <curspriv.h>
|
|
|
|
extern short pdc_curstoreal[16];
|
|
extern int pdc_font;
|
|
|
|
extern void PDC_get_keyboard_info(void);
|
|
extern void PDC_set_keyboard_default(void);
|
|
extern void PDC_blink_text(void);
|