break;
}
} while (key != 'q' && key != kbd_ESC);
+
+ // signal that we just corrupted entire screen
+ Frames_signal = BREAK_screen;
#undef unSCRL
#undef swapEM
#undef spewFI
}
} while (key != 'q' && key != kbd_ESC);
+ // signal that we just corrupted entire screen
+ Frames_signal = BREAK_screen;
#undef mkSEL
} // end: inspection_utility
} while (key != kbdAPPLY && key != kbdABORT);
if (key == kbdABORT || key == kbd_ESC) wins_clrhlp(w, 0);
-
+ // signal that we just corrupted entire screen
+ Frames_signal = BREAK_screen;
#undef kbdABORT
#undef kbdAPPLY
} // end: wins_colors
default:
goto signify_that;
}
+ // signal that we just corrupted entire screen
+ Frames_signal = BREAK_screen;
} // end: help_view
case '?':
case 'h':
help_view();
- // signal that we just corrupted entire screen
- Frames_signal = BREAK_screen;
mkVIZrow1
break;
case 'B':
break;
case 'f':
fields_utility();
- // signal that we just corrupted entire screen
- Frames_signal = BREAK_screen;
break;
case 'g':
win_select(0);
pid = get_int(fmtmk(N_fmt(YINSP_pidsee_fmt), def));
if (pid > GET_NUM_ESC) {
if (pid == GET_NUM_NOT) pid = def;
- if (pid) {
- inspection_utility(pid);
- // signal that we just corrupted entire screen
- Frames_signal = BREAK_screen;
- }
+ if (pid) inspection_utility(pid);
}
}
break;
case 'Z':
wins_colors();
- // signal that we just corrupted entire screen
- Frames_signal = BREAK_screen;
mkVIZrow1
break;
case '0':