warpdotdev / Warp

Warp is the agentic development environment, built for coding with multiple AI agents.
https://warp.dev
Other
24.02k stars 488 forks source link

Screen fluctuates with every command #6576

Open Ravinderdhamija562 opened 1 month ago

Ravinderdhamija562 commented 1 month ago

Pre-submit Checks

Describe the bug

Screen fluctuates with the command. Please see the attached video

To reproduce

  1. Open Warp on Mac M2 Pro
  2. open local terminal (Default shell is oh-my-zsh) 3.Execute any command
  3. It seems screen refreshes itself with the output

Expected behavior

Screen should be stable.

Screenshots, videos, and logs

https://github.com/user-attachments/assets/d7cf4c09-f6ca-4715-a39f-fd5e7814fc89

Operating system (OS)

macOS

Operating system and version

macOS Sequoia 15.5 (24F74)

Shell Version

zsh 5.9 (arm64-apple-darwin24.0)

Current Warp version

v0.2025.06.04.08.11.stable_01

Regression

No, this bug or issue has existed throughout my experience using Warp

Recent working Warp date

No response

Additional context

Happens only oh-my-zsh , not with others.

Does this block you from using Warp daily?

Yes, this issue prevents me from using Warp daily.

Is this an issue only in Warp?

Yes, I confirmed that this only happens in Warp, not other terminals.

Warp Internal (ignore): linear-label:b9d78064-c89e-4973-b153-5178a31ee54e

None

dannyneira commented 3 weeks ago

There could be something in your rc file causing this issue and Warp cannot parse it.

We have a list of known incompatible tools here: https://docs.warp.dev/help/known-issues#list-of-incompatible-tools And more info on supported custom prompts here: https://docs.warp.dev/features/prompt

Please send us your logs and also disable parts of your dotfiles just for Warp by using this conditional statement:

# Bash and Zsh
if [[ $TERM_PROGRAM != "WarpTerminal" ]]; then
# > What you want to disable here <
fi

If this doesnt help please send a copy of your rc files (redact any important info), so that we can try and reproduce the issue.

Ravinderdhamija562 commented 2 weeks ago

I see many incompatible tools which i am currently using in zsh .oh-my-zsh shell. some of them are

I will wait for some more time until they are fixed than spending time on troubleshooting these.