mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-25 08:15:27 +00:00
Put testcurs' "Output test" into blink mode, if possible.
This commit is contained in:
@@ -563,6 +563,9 @@ void outputTest(WINDOW *win)
|
||||
chtype ch;
|
||||
int by, bx;
|
||||
|
||||
#ifdef PDCURSES
|
||||
PDC_set_blink(TRUE);
|
||||
#endif
|
||||
nl();
|
||||
wclear(win);
|
||||
mvwaddstr(win, 1, 1, "You should now have a screen in the upper "
|
||||
@@ -719,6 +722,9 @@ void outputTest(WINDOW *win)
|
||||
mvaddstr(LINES - 2, 10, Buffer);
|
||||
refresh();
|
||||
Continue(win);
|
||||
#ifdef PDCURSES
|
||||
PDC_set_blink(FALSE);
|
||||
#endif
|
||||
}
|
||||
|
||||
#if HAVE_RESIZE
|
||||
|
||||
Reference in New Issue
Block a user