mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-24 07:45:21 +00:00
In fact, let's not start in binary mode.
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
RCSID("$Id: pdcscrn.c,v 1.81 2007/01/05 12:01:22 wmcbrine Exp $");
|
||||
RCSID("$Id: pdcscrn.c,v 1.82 2007/01/07 21:43:14 wmcbrine Exp $");
|
||||
|
||||
int pdc_adapter; /* screen type */
|
||||
int pdc_scrnmode; /* default screen mode */
|
||||
@@ -515,10 +515,6 @@ int PDC_scr_open(int argc, char **argv)
|
||||
|
||||
SP->orig_attr = FALSE;
|
||||
|
||||
/* Now set the keyboard into binary mode */
|
||||
|
||||
PDC_set_keyboard_binary(TRUE);
|
||||
|
||||
pdc_direct_video = TRUE; /* Assume that we can */
|
||||
pdc_video_seg = 0xb000; /* Base screen segment addr */
|
||||
pdc_video_ofs = 0x0; /* Base screen segment ofs */
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
#include "pdcos2.h"
|
||||
|
||||
RCSID("$Id: pdcscrn.c,v 1.67 2007/01/06 18:01:04 wmcbrine Exp $");
|
||||
RCSID("$Id: pdcscrn.c,v 1.68 2007/01/07 21:43:14 wmcbrine Exp $");
|
||||
|
||||
int pdc_font; /* default font size */
|
||||
|
||||
@@ -153,10 +153,6 @@ int PDC_scr_open(int argc, char **argv)
|
||||
VioGetMode(&scrnmode, 0);
|
||||
PDC_get_keyboard_info();
|
||||
|
||||
/* Now set the keyboard into binary mode */
|
||||
|
||||
PDC_set_keyboard_binary(TRUE);
|
||||
|
||||
pdc_font = _get_font();
|
||||
#endif
|
||||
SP->lines = PDC_get_rows();
|
||||
|
||||
Reference in New Issue
Block a user