upterm
upterm copied to clipboard
Commands with long outputs tiny text
When I git rebase my code the response out is super tiny - which caused to me miss an error message from git.
I have noticed it as well and was somewhat confused. It seems to be intentional: https://github.com/shockone/black-screen/blob/3f2e58a7e86227ad6cb36d78f4632712bf3f953f/src/views/css/main.ts#L446
@shockone what was the reasoning for this feature?
I don't like this very much, as it is hard to read whether the rebase succeeded or stopped due to merge conflicts.