From c4927f3fbd878f77b13e2a39fc7498ecd8f6fe2c Mon Sep 17 00:00:00 2001 From: William McBrine Date: Thu, 12 Oct 2006 02:26:01 +0000 Subject: [PATCH] Minor tweaks. --- dos/pdcscrn.c | 4 ++-- pdcurses/color.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dos/pdcscrn.c b/dos/pdcscrn.c index 3e817504..d0becb8a 100644 --- a/dos/pdcscrn.c +++ b/dos/pdcscrn.c @@ -24,7 +24,7 @@ # include #endif -RCSID("$Id: pdcscrn.c,v 1.61 2006/10/09 14:18:12 wmcbrine Exp $"); +RCSID("$Id: pdcscrn.c,v 1.62 2006/10/12 02:26:01 wmcbrine Exp $"); int pdc_adapter; /* screen type */ int pdc_scrnmode; /* default screen mode */ @@ -769,8 +769,8 @@ int PDC_init_color(short color, short red, short green, short blue) regs.h.ah = 0x10; regs.h.al = 0x10; - regs.h.bl = _egapal(color); regs.h.bh = 0; + regs.h.bl = _egapal(color); PDCINT(0x10, regs); diff --git a/pdcurses/color.c b/pdcurses/color.c index 66e85b1e..c6e45152 100644 --- a/pdcurses/color.c +++ b/pdcurses/color.c @@ -19,7 +19,7 @@ #include #include -RCSID("$Id: color.c,v 1.66 2006/10/12 02:24:19 wmcbrine Exp $"); +RCSID("$Id: color.c,v 1.67 2006/10/12 02:26:01 wmcbrine Exp $"); /*man-start************************************************************** @@ -114,7 +114,7 @@ int start_color(void) pdc_color_started = TRUE; - PDC_set_blink(FALSE); /* Also sets COLORS, to 8, 16 or 256 */ + PDC_set_blink(FALSE); /* Also sets COLORS, to 8 or 16 */ if (SP->orig_attr && !getenv("PDC_ORIGINAL_COLORS")) {