zixiangcode
zixiangcode

Reputation: 9

Why does the Cursor built-in terminal behave differently from the system terminal for the same command?

I’m encountering an issue where the make -j8 command produces completely different results in the Cursor built-in terminal compared to the system terminal. The output in the Cursor terminal does not match the expected behavior.

However, when I switch to bash within Cursor and run the same command, the output becomes normal. This makes me suspect that the issue might be related to Cursor’s default use of zsh, but I’m not sure whether it’s a problem with zsh or Cursor itself.

By the way, everything is normal in VSCode.

System Information:

Here’s a screenshot comparing the outputs: Left: Cursor built-in terminal, Right: System terminal

Upvotes: 0

Views: 75

Answers (0)

Related Questions