warpdotdev / Warp

Warp is a modern, Rust-based terminal with AI built in so you and your team can build great software, faster.
https://warp.dev
Other
21.35k stars 373 forks source link

Refresh from command loses previous context #750

Open M-Hoogie opened 2 years ago

M-Hoogie commented 2 years ago

Describe the bug

Using nestjs and their cli tool. When I make a change to a file, the new compile removes the earlier log messages and refreshes the entire window.

To Reproduce

Steps to reproduce:

  1. Go to 'nestjs'
  2. Click on 'npm run start:dev'
  3. See building logs
  4. Change a file
  5. Look at building logs, and see you lose previous logs.

Expected behaviour

To be able to scroll up to see the latest logs.

Screenshots

https://user-images.githubusercontent.com/8615419/153850406-01300999-8260-459d-8fdb-a440e79bc00f.mov

Operating System

MacOS

OS Version

11.6

Additional context

Using zshell.
alokedesai commented 2 years ago

Hey @M-Hoogie, thanks for filing and for the video! Would you mind sharing a video of this working in another terminal? This seems like it's an issue with the underlying command instead of Warp, but would be good to confirm :)