top: refine some miscellaneous signals interrupt stuff

This commit mostly justs renames a few identifiers but
it also will now suppress any end-of-job report if top
wasn't ended via the 'q' key convention (i.e. signal).

Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
Jim Warner
2013-06-30 00:00:00 -05:00
committed by Jaromir Capik
parent 5c974ff44d
commit 25ed080eaa
2 changed files with 27 additions and 25 deletions

View File

@ -208,9 +208,9 @@ enum scale_enum {
SK_Kb, SK_Mb, SK_Gb, SK_Tb, SK_Pb, SK_Eb, SK_SENTINEL
};
/* Used to manipulate (and document) the Frames_resize states */
/* Used to manipulate (and document) the Frames_signal states */
enum resize_states {
RESIZ_clr, RESIZ_kbd, RESIZ_sig
BREAK_off = 0, BREAK_kbd, BREAK_sig
};
/* This typedef just ensures consistent 'process flags' handling */