This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients eryksun, nedbat, serhiy.storchaka
Date 2014-06-02.05:20:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401686402.25.0.939397448731.issue21625@psf.upfronthosting.co.za>
In-reply-to
Content
> Are there ways that we could (for example) have the prompt say "END (q to quit)" instead of just "END"?

Add following command to your profile file (~/.profile, ~/bashrc, or ~/.bash_aliases):

    export LESS='-PEND (q to quit)'

And please don't break help(). It works as expected (to Unix users) and is enough configurable.
History
Date User Action Args
2014-06-02 05:20:02serhiy.storchakasetrecipients: + serhiy.storchaka, nedbat, eryksun
2014-06-02 05:20:02serhiy.storchakasetmessageid: <1401686402.25.0.939397448731.issue21625@psf.upfronthosting.co.za>
2014-06-02 05:20:02serhiy.storchakalinkissue21625 messages
2014-06-02 05:20:01serhiy.storchakacreate