commit | eafc558f94f75dc6132a374a15050e9d0c5c48f1 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Sat May 14 01:32:09 2011 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Sat May 14 01:32:09 2011 +0200 |
tree | b5e21d12e7cadc55075931838814e5107d2f886e | |
parent | 60a9414cad23b6e8cc6b13e37675826ed05f7709 [diff] |
top: better indicator of selected field in mem view Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/procps/top.c b/procps/top.c index c46797e..0f9cc62 100644 --- a/procps/top.c +++ b/procps/top.c
@@ -797,7 +797,7 @@ display_topmem_header(scr_width, &lines_rem); strcpy(line_buf, HDR_STR " COMMAND"); - line_buf[5 + sort_field * 6] = '*'; + line_buf[11 + sort_field * 6] = '<'; printf(OPT_BATCH_MODE ? "%.*s" : "\e[7m%.*s\e[0m", scr_width, line_buf); lines_rem--;