From 24a1d3ff51bcf5bb49b82aff719f3f5f8fb0a284 Mon Sep 17 00:00:00 2001 From: William McBrine Date: Sun, 7 Jan 2007 21:43:14 +0000 Subject: [PATCH] In fact, let's not start in binary mode. --- dos/pdcscrn.c | 6 +----- os2/pdcscrn.c | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/dos/pdcscrn.c b/dos/pdcscrn.c index cbea1f67..2ba6abe8 100644 --- a/dos/pdcscrn.c +++ b/dos/pdcscrn.c @@ -15,7 +15,7 @@ #include -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 */ diff --git a/os2/pdcscrn.c b/os2/pdcscrn.c index 72c19c27..076c463d 100644 --- a/os2/pdcscrn.c +++ b/os2/pdcscrn.c @@ -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();