Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.045 X-Spam-Evidence: '*H*': 0.91; '*S*': 0.00; 'output': 0.05; 'cc:addr :python-list': 0.11; '>>': 0.16; 'definition.': 0.16; 'output?': 0.16; 'tweak': 0.16; 'trying': 0.19; 'cc:addr:python.org': 0.22; 'skip': 0.24; 'cc:2**0': 0.24; '>': 0.26; 'header:In-Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; 'run': 0.32; 'maybe': 0.34; 'received:google.com': 0.35; 'subject:?': 0.36; 'does': 0.39; 'subject:can': 0.39; 'how': 0.40; 'tell': 0.60; 'simple': 0.61; 'subject:handle': 0.84; 'refuse': 0.93 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; bh=i0gfhwEcPXOzLUxI6Vv3tDb1fPm+IVns4b3BGGDfcTg=; b=J1PFoLWiJcjYEFO76pJ2e9SCrSuD87S/X5BQhRQtmqUoU0tMp06R+D1AG7YhhnkXCh PrULhfWuqBQIe9d9zYgcPsipR8Nz0DTtGyJRoetfewhsHtM8JWzpx4U0gkm5/NihCwm7 boGxUbYF2TkgQsOVd/uiUvNeYYDENmAy0IR5b9ZkSBTBZbXnMmWObiEZRDxK2h9sS7d7 Fe4GXYHHBAUerdR4Mma2xGEewJlXiQfhNzBLL64Zyg1jdFEW1AdVy+2/e2mZm/iKsSKS zNls2FE1RphPL6ANTnmDPI3BbHzfiv/W07QqRuwY0FOuFwfhTUt487Q0n1aSa1xkHSro NpDA== MIME-Version: 1.0 X-Received: by 10.60.52.115 with SMTP id s19mr3966468oeo.71.1426381790044; Sat, 14 Mar 2015 18:09:50 -0700 (PDT) In-Reply-To: <20150314220136.GA33760@cskk.homeip.net> References: <20150314220136.GA33760@cskk.homeip.net> Date: Sat, 14 Mar 2015 20:09:49 -0500 Subject: Re: Pexpect idea - but can I handle curses? From: Skip Montanaro To: Cameron Simpson Cc: Python Content-Type: multipart/alternative; boundary=001a11331132e8e96b05114963b4 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: 24 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1426381798 news.xs4all.nl 2958 [2001:888:2000:d::a6]:42592 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:87461 --001a11331132e8e96b05114963b4 Content-Type: text/plain; charset=UTF-8 >> Will I be in over my head trying to tweak the output? Hmmm... maybe if I tell top TERM=dumb? > > You may need to tell it TERM=dumb, though it might also refuse to run. It does run w/ TERM=dumb, so hopefully I won't have to resort to defining my own terminal definition. (Now, *that* takes me back.) Now to see how simple the output is... Skip --001a11331132e8e96b05114963b4 Content-Type: text/html; charset=UTF-8

>> Will I be in over my head trying to tweak the output? Hmmm... maybe if I tell top TERM=dumb?
>
> You may need to tell it TERM=dumb, though it might also refuse to run.

It does run w/ TERM=dumb, so hopefully I won't have to resort to defining my own terminal definition. (Now, *that* takes me back.) Now to see how simple the output is...

Skip

--001a11331132e8e96b05114963b4--