ditch warning until a GOOD interface is found
This commit is contained in:
parent
38f224530b
commit
dfeebb0d97
1
NEWS
1
NEWS
@ -1,6 +1,7 @@
|
|||||||
procps-3.1.8 --> procps-3.1.9
|
procps-3.1.8 --> procps-3.1.9
|
||||||
|
|
||||||
top: fix suspend/resume behavior
|
top: fix suspend/resume behavior
|
||||||
|
top: ditch warning until a GOOD interface is found
|
||||||
|
|
||||||
procps-3.1.7 --> procps-3.1.8
|
procps-3.1.7 --> procps-3.1.8
|
||||||
|
|
||||||
|
2
top.c
2
top.c
@ -2712,7 +2712,7 @@ static void do_key (unsigned c)
|
|||||||
for (i = 0; i < MAXTBL(xtab); ++i)
|
for (i = 0; i < MAXTBL(xtab); ++i)
|
||||||
if (c == xtab[i].xkey) {
|
if (c == xtab[i].xkey) {
|
||||||
Curwin->rc.sortindx = xtab[i].sort;
|
Curwin->rc.sortindx = xtab[i].sort;
|
||||||
show_msg(fmtmk("%s sort compatibility key honored", xtab[i].xmsg));
|
// show_msg(fmtmk("%s sort compatibility key honored", xtab[i].xmsg));
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user