When performing terminal soft reset via \x1b[!p, It's screen content gets cleared too.
We have a CLI tool, that uses \x1b[!p sequence to reset terminal settings after proxying another terminal.
With jediterm it becomes impossible to use our CLI since the output is not reachable.
Maybe, clearing screen content should be handled separately?
Hey!
When performing terminal soft reset via
\x1b[!p
, It's screen content gets cleared too. We have a CLI tool, that uses\x1b[!p
sequence to reset terminal settings after proxying another terminal.With jediterm it becomes impossible to use our CLI since the output is not reachable. Maybe, clearing screen content should be handled separately?