It works well until I exit with q. Instead of restoring my original terminal, it leaves some partial ansi escape color codes typed at the cursor and half of the terminal is erased.
Paging with less -RF works without issues in my terminal. I wanted to use ov because of the --section-delimiter feature but I am force to go back to less because ov is breaking my terminal on exit.
It works well until I exit with
q. Instead of restoring my original terminal, it leaves some partial ansi escape color codes typed at the cursor and half of the terminal is erased.Paging with
less -RFworks without issues in my terminal. I wanted to useovbecause of the--section-delimiterfeature but I am force to go back tolessbecauseovis breaking my terminal on exit.