Serhiy Storchaka added the comment:

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

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue21625>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to