top: add inspect entry 'type' to alternate status line
Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
parent
8408a44e79
commit
3b2b9a95e6
@ -2724,7 +2724,7 @@ static int insp_view_choice (proc_t *obj) {
|
|||||||
insp_find_str(key, &curcol, &curlin);
|
insp_find_str(key, &curcol, &curlin);
|
||||||
break;
|
break;
|
||||||
case '=':
|
case '=':
|
||||||
snprintf(buf, sizeof(buf), "%s", Insp_sel->fmts);
|
snprintf(buf, sizeof(buf), "%s: %s", Insp_sel->type, Insp_sel->fmts);
|
||||||
INSP_MKSL(1, buf); // show an extended SL
|
INSP_MKSL(1, buf); // show an extended SL
|
||||||
key = keyin(0);
|
key = keyin(0);
|
||||||
if (!key) return key; // oops, we got signaled
|
if (!key) return key; // oops, we got signaled
|
||||||
|
Loading…
x
Reference in New Issue
Block a user