]> granicus.if.org Git - procps-ng/commitdiff
ditch warning until a GOOD interface is found
authoralbert <>
Sat, 24 May 2003 01:55:24 +0000 (01:55 +0000)
committeralbert <>
Sat, 24 May 2003 01:55:24 +0000 (01:55 +0000)
NEWS
top.c

diff --git a/NEWS b/NEWS
index 095335ff2d83f9ce3e5c52444bddad7ce4aefe16..5f6b394a465944d56700637c0ed1b89156f8abd0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
 procps-3.1.8 --> procps-3.1.9
 
 top: fix suspend/resume behavior
+top: ditch warning until a GOOD interface is found
 
 procps-3.1.7 --> procps-3.1.8
 
diff --git a/top.c b/top.c
index a4e257521934098c8fe1bcdce3f07464c8ec31b8..fa75da6f1f85809f5b3fdd41ad45dbb599b0aad4 100644 (file)
--- a/top.c
+++ b/top.c
@@ -2712,7 +2712,7 @@ static void do_key (unsigned c)
          for (i = 0; i < MAXTBL(xtab); ++i)
             if (c == xtab[i].xkey) {
                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;
             }
       }