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
Windows build number: Microsoft Windows NT 10.0.18363.0
Windows Terminal version (if applicable): Version: 0.10.781.0
Any other software?
WSL v1
less
$ less --version
less 487 (GNU regular expressions)
Copyright (C) 1984-2016 Mark Nudelman
less comes with NO WARRANTY, to the extent permitted by law.
For information about the terms of redistribution,
see the file named README in the less distribution.
Homepage: http://www.greenwoodsoftware.com/less
Steps to reproduce
Generate file with random text (enough lines to fill up the screen): $ head -1000 /dev/urandom | tr -dc A-Za-z0-9 > rand.txt
Fill scrollback with content: $ for i in {1..100}; do echo $i; done;
Open file with random text with less: $ less rand.txt
Use the down arrow or pgdn keys to scroll down a bit
Exit less and scroll up
Expected behavior
Scrolling up shows input and output from previous terminal commands.
Actual behavior
Scrolling up shows the lines that were viewed in less and overwrites the previous output.
The text was updated successfully, but these errors were encountered:
ghost
added
Needs-Triage
It's a new issue that the core contributor team needs to triage at the next triage meeting
Needs-Tag-Fix
Doesn't match tag requirements
labels
Mar 31, 2020
Slightly more info, this happens with less, but not with vim or nano.
Would appreciate any known workarounds as this makes working in the terminal rather difficult as I basically lose the ability to review previous output anytime I use less.
Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report!
ghost
added
Resolution-Duplicate
There's another issue on the tracker that's pretty much the same thing.
and removed
Needs-Triage
It's a new issue that the core contributor team needs to triage at the next triage meeting
Needs-Tag-Fix
Doesn't match tag requirements
labels
Mar 31, 2020
Environment
Steps to reproduce
$ head -1000 /dev/urandom | tr -dc A-Za-z0-9 > rand.txt
$ for i in {1..100}; do echo $i; done;
$ less rand.txt
Expected behavior
Scrolling up shows input and output from previous terminal commands.
Actual behavior
Scrolling up shows the lines that were viewed in less and overwrites the previous output.
This may be a duplicate of: #3492
The text was updated successfully, but these errors were encountered: