mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-24 15:55:14 +00:00
Minor tweaks.
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
# include <sys/movedata.h>
|
||||
#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);
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
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"))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user