Colored console on Windows

Michael Hudson mwh at python.net
Fri Nov 23 05:01:51 EST 2001


Fernando Pérez <fperez528 at yahoo.com> writes:

> quick question: does your readline module handle multi-line edits? That is, 
> if I have a multi-line statement, does it bring it back as a single editable 
> entity (which would be great) or as the 'real' readline does, as a series of 
> single-line statements (clumsy).

My pyrepl package

    http://starship.python.net/crew/mwh/hacks/pyrepl.html

does that.  It's unix only, and a bit rough around the edges.  I have
a new version sat on my irritatingly internet-disconnected home box
which I'll release as soon as I remember to stick it on a floppy and
bring it in to the department.

Cheers,
M.

-- 
  > Why are we talking about bricks and concrete in a lisp newsgroup?
  After long experiment it was found preferable to talking about why
  Lisp is slower than C++...
                        -- Duane Rettig & Tim Bradshaw, comp.lang.lisp



More information about the Python-list mailing list