Need to call PDC_set_blink() again after the video mode is changed by

resize_term().
This commit is contained in:
William McBrine
2006-11-05 07:40:06 +00:00
parent 8155d549ea
commit 6a51e5b795

View File

@@ -20,7 +20,7 @@
# include <sys/movedata.h>
#endif
RCSID("$Id: pdcscrn.c,v 1.67 2006/11/05 05:37:40 wmcbrine Exp $");
RCSID("$Id: pdcscrn.c,v 1.68 2006/11/05 07:40:06 wmcbrine Exp $");
int pdc_adapter; /* screen type */
int pdc_scrnmode; /* default screen mode */
@@ -660,6 +660,8 @@ int PDC_resize_screen(int nlines, int ncols)
_set_80x25();
}
PDC_set_blink(COLORS == 8);
return OK;
}