Steps to reproduce:
- Run
seq 100 | tr '\n' ' ' | LESSNOCONFIG=- less -J
- Type
ma. Observe that the status column shows the a mark.
- Quit less and re-run the command.
- Type
J to scroll one line.
- Type
ma.
Expected result:
The status column should show the a mark.
Actual result:
The status column remains blank.
Steps to reproduce:
seq 100 | tr '\n' ' ' | LESSNOCONFIG=- less -Jma. Observe that the status column shows theamark.Jto scroll one line.ma.Expected result:
The status column should show the
amark.Actual result:
The status column remains blank.