Warp icon indicating copy to clipboard operation
Warp copied to clipboard

Cannot scroll up while using screen

Open V0lkanTas opened this issue 2 years ago • 5 comments

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:

  1. screen -S warpTest
  2. run the following:
        for i in {1..100}
        do
                echo "Run Number: ${counter}/100"
                counter=$((counter+1))
        done
  1. 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

V0lkanTas avatar Jul 19 '22 13:07 V0lkanTas

Thanks for opening this!

elviskahoro avatar Jul 19 '22 20:07 elviskahoro

To scroll inside a screen you need to press Ctrl-A then Esc. https://genome.sph.umich.edu/wiki/Screen_Commands

guillaumefrd avatar Jul 20 '22 09:07 guillaumefrd

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.

V0lkanTas avatar Jul 20 '22 12:07 V0lkanTas

Gonna leave it open!

elviskahoro avatar Jul 20 '22 18:07 elviskahoro

We were able to repro this issues with screen, will post any updates here.

dannyneira avatar Sep 09 '22 23:09 dannyneira

Any update? I just encountered it 😞

ryannewton avatar Nov 30 '23 22:11 ryannewton

Any update? I just encountered it 😞 Indeed, somehow I also encountered it. Now sure what is the reason. (I got it without screen)

shamoi-te avatar Jan 29 '24 15:01 shamoi-te

I am also experiencing the same bug.

YourMark avatar Feb 14 '24 19:02 YourMark

same here, but in mosh session and while I want to scroll through docker logs

smichalowski avatar Feb 15 '24 11:02 smichalowski

Same here

zhaoyiming avatar Feb 22 '24 09:02 zhaoyiming

Same here

ceilwoo avatar May 25 '24 16:05 ceilwoo