Make more(1) usable.
authorElliott Hughes <enh@google.com>
Fri, 10 Apr 2015 22:04:28 +0000 (17:04 -0500)
committerRob Landley <rob@landley.net>
Fri, 10 Apr 2015 22:04:28 +0000 (17:04 -0500)
commit56af7086b2d6f59f54c661602252a0e84562ac7c
tree7e188cc8a8c367e83be964da25603973ef4f449f
parent70722144e3352567ab6a519a7ec11a831e377914
Make more(1) usable.

> Yes, I know, "don't use pending". Sadly, more(1) is pretty useless
> without this. It gets confused by long lines or tabs.
>
> This patch also adds the missing prompt between multiple files.

actually, it looks like we're already hard-coding some escape
sequences? more(1) doesn't need anything that isn't in ANSI, so here's
an alternative patch that fixes the same bugs as the other patch but
also has a reverse-video prompt:
toys/pending/more.c