Path: csiph.com!usenet.pasdenom.info!bete-des-vosges.org!news.redatomik.org!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.185 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.64; '*S*': 0.01; 'idea?': 0.09; 'option,': 0.09; 'unrecognized': 0.09; 'cc:addr:python-list': 0.11; '"o"': 0.16; 'wrote:': 0.18; 'command': 0.22; 'cc:addr:python.org': 0.22; 'skip': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; "skip:' 10": 0.31; 'that.': 0.31; '13,': 0.31; 'though.': 0.31; 'fri,': 0.33; 'but': 0.35; 'received:google.com': 0.35; "i'll": 0.36; 'subject:?': 0.36; 'feedback': 0.38; 'focused': 0.38; 'pm,': 0.38; 'subject:can': 0.39; 'anytime': 0.60; 'tell': 0.60; 'reached': 0.63; 'our': 0.64; 'more': 0.64; 'management': 0.65; 'thomas': 0.65; 'mar': 0.68; 'soon.': 0.71; 'hoping': 0.75; '12.2': 0.84; '2015': 0.84; 'subject:handle': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=2tQCJ4C441eAkjXCFm6HLhBdnTtOrPp3NE3+IX/Zm64=; b=a/3WQQz3xgqN/tlEp98uDyWvUxy/Utvws1WsjKEbtGqtH6zgwFuroF/8jsx0eOWHzV 2LsEDAfxQ6uCWMvDcFWe1GLvsXzB9rKl7jfChxZPvVC89eqw8Rw/TaN+mFKtACJyoDYb fxqt/dVw9Yma/7Jj/2ORrg/hJM6tgsTUn1bkrGQRacvvQ9acJLLNXR/mVzUNeCd6ITqy F1Cxxiw86LKXAPIro+J/QehvfdCsCbJyjLn8q/N73M2rHdqcwDWPw2guRkxojvnt1u8E 2HDt1a/twPvskVDWKAzPomev0EcHtdD+m2I8mS2xAvCLqJ4ilE4R6xEfLAk+HquiZ2Cj a7qg== MIME-Version: 1.0 X-Received: by 10.182.28.39 with SMTP id y7mr38647959obg.11.1426267517652; Fri, 13 Mar 2015 10:25:17 -0700 (PDT) In-Reply-To: <1597615.KAoEH8zO7A@PointedEars.de> References: <1606564.hXcnK9StvT@PointedEars.de> <1597615.KAoEH8zO7A@PointedEars.de> Date: Fri, 13 Mar 2015 12:25:17 -0500 Subject: Re: Pexpect idea - but can I handle curses? From: Skip Montanaro To: "Thomas 'PointedEars' Lahn" Cc: Python Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.19 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 17 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1426267525 news.xs4all.nl 2847 [2001:888:2000:d::a6]:54239 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:87377 On Fri, Mar 13, 2015 at 12:03 PM, Thomas 'PointedEars' Lahn wrote: > =E2=80=9Co=E2=80=9D is not an option, it is an interaktive keystroke comm= and in (my) top(1). "o" is also an unrecognized keystroke. > OpenSUSE 12.2 has reached its end-of-life on 2014-01-27. I understand that. Tell that to management though. They were working on 13.1 for awhile, but seem to be focused on 13.2 now, though not all our internal software works on that. I'll give up on hoping I get access to a more modern top anytime soon. Can someone give me some feedback on my harebrained pexpect idea? Skip