]> granicus.if.org Git - procps-ng/commitdiff
top: the '%CUC' column must be just a little bit wider
authorJim Warner <james.warner@comcast.net>
Wed, 20 Apr 2022 05:00:00 +0000 (00:00 -0500)
committerCraig Small <csmall@dropbear.xyz>
Fri, 22 Apr 2022 02:02:30 +0000 (12:02 +1000)
Signed-off-by: Jim Warner <james.warner@comcast.net>
top/top.c
top/top_nls.c

index 4ae0c5c3b24adc32ff911f21ca8ad8bbe0e069c7..b63c15580984aeb932ad0997b88273cce8441a66 100644 (file)
--- a/top/top.c
+++ b/top/top.c
@@ -1879,7 +1879,7 @@ static struct {
    {     7,     -1,  A_right,  PIDS_TICS_BEGAN     },  // ull_int  EU_TM3
    {     7,     -1,  A_right,  PIDS_TIME_ELAPSED   },  // real     EU_TM4
    {     6,     -1,  A_right,  PIDS_UTILIZATION    },  // real     EU_CUU
-   {     6,     -1,  A_right,  PIDS_UTILIZATION_C  }   // real     EU_CUC
+   {     7,     -1,  A_right,  PIDS_UTILIZATION_C  }   // real     EU_CUC
 #define eu_LAST  EU_CUC
 // xtra Fieldstab 'pseudo pflag' entries for the newlib interface . . . . . . .
 #define eu_CMDLINE     eu_LAST +1
index 92f12bac202b8e73e07207581c59881a97e8699e..bdf8ad1fa1d2181b3e4fbdc508713a13e294a5d4 100644 (file)
@@ -359,7 +359,7 @@ static void build_two_nlstabs (void) {
 /* Translation Hint: maximum '%CUU' = 6 */
    Head_nlstab[EU_CUU] = _("%CUU");
    Desc_nlstab[EU_CUU] = _("CPU Utilization");
-/* Translation Hint: maximum '%CUC' = 6 */
+/* Translation Hint: maximum '%CUC' = 7 */
    Head_nlstab[EU_CUC] = _("%CUC");
    Desc_nlstab[EU_CUC] = _("Utilization + child");
 }