]> granicus.if.org Git - procps-ng/commit
top: eliminate that 'TOG4_NOTRUNC' compile conditional
authorJim Warner <james.warner@comcast.net>
Thu, 8 Sep 2022 05:00:00 +0000 (00:00 -0500)
committerCraig Small <csmall@dropbear.xyz>
Mon, 12 Sep 2022 12:15:28 +0000 (22:15 +1000)
commit08d0f377a76fb1cb710208cbff3752f59f9fe945
tree64060462cbf77cfa4c923eae43190a21f51482df
parentd9c45988f7e724353a78ca14260016487b046158
top: eliminate that 'TOG4_NOTRUNC' compile conditional

When 2 abreast cpu display was introduced, the minimum
screen width was 160 columns so as to avoid (minimize)
truncation. Later that was reduced to 80 columns while
keeping the original minimum as a compile conditional.

In preparation for (virtually) eliminating these width
restrictions in a future patch this #define's history.

Reference(s):
. May, 2020 - introduced #define TOG4_NOTRUNC
commit be3dcaa842cb64859e356d350c17de34932e5f1b
. May, 2020 - introduce 2 abreast display
commit 59f5a37a247184b3009af963706ca68198067185

Signed-off-by: Jim Warner <james.warner@comcast.net>
src/top/top.c
src/top/top.h
src/top/top_nls.c
src/top/top_nls.h