Warp
Warp copied to clipboard
Cannot scroll up while using screen
Discord username (optional)
Volt#8779
Describe the bug
I cant scroll within a screen process.
I usually have different processes running on multiple screen instances, running debuggers on each process. I cant scroll back to see what a previous log message is, and I cant scroll if a variable printed to the screen is large enough to be pushed out of the terminal window.
To Reproduce
Steps to reproduce:
- screen -S warpTest
- run the following:
for i in {1..100}
do
echo "Run Number: ${counter}/100"
counter=$((counter+1))
done
- Try Scrolling back up using any means you know 3.1 Option + scroll does not work as it does on iterm 3.2 Scroll on its own does not work
Expected behaviour
I would like to be able to scroll back while using screen through warp.
Screenshots
No response
Operating System
MacOS
OS Version
11.6.5
Shell Version
zsh 5.8 (x86_64-apple-darwin20.0)
Warp Version
v0.2022.07.11.09.11.stable_01
Additional context
No response
Does this block you from using Warp daily?
Yes
Warp Internal (ignore): linear-label:b8107fdf-ba31-488d-b103-d271c89cac3e
No response
Thanks for opening this!
To scroll inside a screen you need to press Ctrl-A then Esc. https://genome.sph.umich.edu/wiki/Screen_Commands
To scroll inside a screen you need to press Ctrl-A then Esc. https://genome.sph.umich.edu/wiki/Screen_Commands
Thank you @guillaumefrd I didnt know this capability of screen, I guess I was using an iterm feature to scroll this whole time.
I am happy moving forward with using screens scroll feature, I leave it up to warp developers on how they would like to proceed with this issue.
Gonna leave it open!
We were able to repro this issues with screen, will post any updates here.
Any update? I just encountered it 😞
Any update? I just encountered it 😞 Indeed, somehow I also encountered it. Now sure what is the reason. (I got it without screen)
I am also experiencing the same bug.
same here, but in mosh session and while I want to scroll through docker logs
Same here
Same here