Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #87461

Re: Pexpect idea - but can I handle curses?

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 <skip.montanaro@gmail.com>
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; '&gt;&gt;': 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; '&gt;': 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 <CANc-5UxT3a-fH_EswwLkTzHRo8dAF50qVd7MqzFiAt9H+eT=CA@mail.gmail.com> <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 <skip.montanaro@gmail.com>
To Cameron Simpson <cs@zip.com.au>
Cc Python <python-list@python.org>
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 <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.385.1426381798.21433.python-list@python.org> (permalink)
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

Show key headers only | View raw


[Multipart message — attachments visible in raw view] - view raw

>> 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

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Pexpect idea - but can I handle curses? Skip Montanaro <skip.montanaro@gmail.com> - 2015-03-14 20:09 -0500

csiph-web