diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2011-05-18 12:11:19 +0200 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-05-18 12:11:19 +0200 |
| commit | 24b71fd8948fda65bbcf3df90f3eb143202be4e3 (patch) | |
| tree | 0f449b7c906a1d3d31a4a1f7c40557f0e869043c | |
| parent | 351fec332a074cc7599e34c70e00f53d8ef74df9 (diff) | |
| download | busybox-w32-24b71fd8948fda65bbcf3df90f3eb143202be4e3.tar.gz busybox-w32-24b71fd8948fda65bbcf3df90f3eb143202be4e3.tar.bz2 busybox-w32-24b71fd8948fda65bbcf3df90f3eb143202be4e3.zip | |
top: display sort indicator in memory display
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| -rw-r--r-- | procps/top.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/procps/top.c b/procps/top.c index 0f9cc62fb..011bbf183 100644 --- a/procps/top.c +++ b/procps/top.c | |||
| @@ -797,7 +797,7 @@ static NOINLINE void display_topmem_process_list(int lines_rem, int scr_width) | |||
| 797 | 797 | ||
| 798 | display_topmem_header(scr_width, &lines_rem); | 798 | display_topmem_header(scr_width, &lines_rem); |
| 799 | strcpy(line_buf, HDR_STR " COMMAND"); | 799 | strcpy(line_buf, HDR_STR " COMMAND"); |
| 800 | line_buf[11 + sort_field * 6] = '<'; | 800 | line_buf[11 + sort_field * 6] = "^_"[inverted]; |
| 801 | printf(OPT_BATCH_MODE ? "%.*s" : "\e[7m%.*s\e[0m", scr_width, line_buf); | 801 | printf(OPT_BATCH_MODE ? "%.*s" : "\e[7m%.*s\e[0m", scr_width, line_buf); |
| 802 | lines_rem--; | 802 | lines_rem--; |
| 803 | 803 | ||
