forked from stackblitz/bolt.new
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Improve terminal output and command execution visibility
Enhances terminal functionality and command execution feedback: Add real-time command output display in terminal Show commands before execution with proper formatting Improve terminal initialization and state management Add proper error handling and display Maintain terminal visibility during command execution Add scrollback buffer and proper terminal cleanup Fix terminal fitting and theme handling Add initial terminal prompt and clear This change ensures users can see commands being executed and their output in real-time, with proper error handling and state management. The terminal now maintains proper visibility and provides better feedback during command execution.
- Loading branch information
Showing
3 changed files
with
130 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters