diff options
author | Jim Warner <james.warner@comcast.net> | 2013-01-29 00:00:00 -0600 |
---|---|---|
committer | Craig Small <csmall@enc.com.au> | 2013-01-30 10:53:49 +1100 |
commit | 5a27c8095ef015e9c40709ba3186422bdf3fc069 (patch) | |
tree | 377f291e47e335143f20bf2e40c89beb1ebfc7f6 /top/top_nls.h | |
parent | f3a87cf634976a6d2a05c5dde19458f7a222e499 (diff) | |
download | procps-ng-5a27c8095ef015e9c40709ba3186422bdf3fc069.tar.gz |
top: make field management window size error non-fatal
Reference(s):
http://www.freelists.org/post/procps/top-won-the-sigwinch-war,3
Signed-off-by: Jim Warner <james.warner@comcast.net>
Diffstat (limited to 'top/top_nls.h')
-rw-r--r-- | top/top_nls.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/top/top_nls.h b/top/top_nls.h index 9289b5b..55daafc 100644 --- a/top/top_nls.h +++ b/top/top_nls.h @@ -80,7 +80,7 @@ enum norm_nls { THREADS_show_fmt, TIME_accumed_fmt, UNKNOWN_cmds_txt, UNKNOWN_opts_fmt, USAGE_abbrev_txt, WORD_allcpus_txt, WORD_another_txt, WORD_eachcpu_fmt, WORD_process_txt, WORD_threads_txt, WRITE_rcfile_fmt, WRONG_switch_fmt, - XTRA_fixwide_fmt, XTRA_sortopt_fmt, XTRA_warncfg_txt, + XTRA_fixwide_fmt, XTRA_sortopt_fmt, XTRA_warncfg_txt, XTRA_winsize_txt, #ifndef INSP_OFFDEMO YINSP_demo01_txt, YINSP_demo02_txt, YINSP_demo03_txt, YINSP_deqfmt_txt, YINSP_deqtyp_txt, YINSP_dstory_txt, |