You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 25, 2024. It is now read-only.
Ah! You found a bug that happens to run very deep. I do know about it, but I'm now reminded why I haven't fixed it yet. The proper fix to this requires quite a significant amount of plumbing work. I think I really should get about doing it now.
BUT, there is a simple work-around, which is a bit of cheat. I happened to have written a pager in Lisp that is more-or-less compatible with less. So if you just say:
Lish> alias less pager
it shouldn't be too different than expected.
Hopefully the differences will not be too annoying until I can put together the real fix. The explanation is fairly long, but if you're curious I could outline it.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Piping into
more
orless
does not seem to work as expected.displays pages as in Bash, but
does not display any text, whilst
more
displays the first page of text.Using a simple C code in place of
less
,isatty
returns the same when used underLish
orBash
.p.s. Thanks for all the documentation!
The text was updated successfully, but these errors were encountered: