mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-25 08:15:27 +00:00
Need to call PDC_set_blink() again after the video mode is changed by
resize_term().
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user