Open Sh3lldor opened 1 year ago
Hey @Sh3lldor, Thanks for letting us know. As far as I'm aware when you have a large command you can make the terminal size larger to accommodate as a workaround. Also, I was able to replicate the issue, and the scrolling with a large command and small terminal is less than ideal so we'll post any updates to this on the thread.
https://github.com/warpdotdev/Warp/assets/16809145/4b8ae6e9-cace-4605-9577-90c7fc51834c
To anyone else facing this issue, please add a 👍 to the original post at the top or comment with your details, and subscribe if you'd like to be notified.
Not sure if explicitly related, but I also find the bottom of terminal cut-off during execution of commands with the bordered highlight area clearly proceeding further than the available scroll area - very annoying! Can't see the end of a diff or git log, or npm install etc until I select that area and kill the currently executing process - also appears to be intermittent behaviour.
+1 When having the prompt fixed to the bottom, sometimes the a single command will over lap with the prompt. After this bad block, command output is now hidden by the prompt.
Discord username (optional)
No response
Describe the bug
When pasting a large command into the input field, the displayed command gets cut-off and doesn't show the entire command. This issue is causing inconvenience and makes it difficult to review and verify the command. The goal is to find a solution that allows users to see the entire pasted command without any truncation or loss of information.
To reproduce
for example, if I want to run
jq
command on a large json like:the text will be cut-off
Expected behavior
1) If the command exceeds the height of the input field, a vertical scrollbar should appear, allowing the user to scroll down and view the full content of the command. 2) The scrollbar should be responsive and functional, enabling smooth navigation through the entire command text. 3) Users should be able to edit and manipulate the entire command without any content being hidden or cut off from view. 4) The system should maintain the original formatting and line breaks of the pasted command, ensuring that it remains legible during scrolling.
Screenshots
https://github.com/warpdotdev/Warp/assets/48997586/dbbb2d74-9e66-4cc2-9b1c-977000799141
Operating system
MacOS
Operating system and version
MacOS Venture 13.4
Shell Version
No response
Current Warp version
No response
Regression
No, this bug or issue has existed throughout my experience using Warp
Recent working Warp date
No response
Additional context
No response
Does this block you from using Warp daily?
No
Is this a Warp specific issue? (i.e. does it happen in Terminal, iTerm, Kitty, etc.)
Yes, this I confirmed this only happens in Warp, not other terminals.
Warp Internal (ignore): linear-label:b8107fdf-ba31-488d-b103-d271c89cac3e
None