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:
committed by
Jaromir Capik
parent
5c974ff44d
commit
25ed080eaa
@ -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 */
|
||||
|
Reference in New Issue
Block a user