podman-desktop
podman-desktop copied to clipboard
the Tty terminal is not handling long line properly
Bug description
When entering a very long line in the Tty tab, the behavoir is strange and CR/LF seems not to be properly handled
Operating system
Win11Pro
Installation Method
None
Version
next (development version)
Steps to reproduce
- Create a bash session (I used python:3.11 with bash as command)
- Enter a very long command (keeping a key pressed)
Relevant log output
No response
Additional context
No response
I think it's because https://github.com/containers/podman-desktop/issues/3767 was not applied to tty (probably two PRs landed in // )
There should be exec.resize calls after mounting the component and after every resize of the terminal component.
Could I know how this issue progress? I met it in my container terminal