top: better indicator of selected field in mem view
authorDenys Vlasenko <vda.linux@googlemail.com>
Fri, 13 May 2011 23:32:09 +0000 (01:32 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Fri, 13 May 2011 23:32:09 +0000 (01:32 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
procps/top.c

index c46797e..0f9cc62 100644 (file)
@@ -797,7 +797,7 @@ static NOINLINE void display_topmem_process_list(int lines_rem, int scr_width)
 
        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--;