podman-desktop icon indicating copy to clipboard operation
podman-desktop copied to clipboard

the Tty terminal is not handling long line properly

Open jeffmaury opened this issue 2 years ago • 3 comments

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

  1. Create a bash session (I used python:3.11 with bash as command)
  2. Enter a very long command (keeping a key pressed)

term

Relevant log output

No response

Additional context

No response

jeffmaury avatar Oct 25 '23 13:10 jeffmaury

I think it's because https://github.com/containers/podman-desktop/issues/3767 was not applied to tty (probably two PRs landed in // )

benoitf avatar Oct 25 '23 13:10 benoitf

There should be exec.resize calls after mounting the component and after every resize of the terminal component.

dgolovin avatar Oct 26 '23 20:10 dgolovin

Could I know how this issue progress? I met it in my container terminal

Cisnocxie avatar Apr 30 '24 02:04 Cisnocxie