You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would be a breaking change due to PseudoTerminal::screen returning vt100::Screen
Background:
I'm hitting some of the scrollback issues and have some other functionality I want to add. I'd love to use tui-term with my forked vt100 while I wait for the changes to land upstream without forking tui-term as well.
I'd be more than happy to throw together a PR if that would be helpful.
The text was updated successfully, but these errors were encountered:
First off thanks for the wonderful library!
I'm curious about how you would feel about allowing users to use alternative terminal emulation libraries.
I think the interface would boil down to something along the lines of:
This would be a breaking change due to
PseudoTerminal::screen
returningvt100::Screen
Background:
I'm hitting some of the scrollback issues and have some other functionality I want to add. I'd love to use
tui-term
with my forkedvt100
while I wait for the changes to land upstream without forkingtui-term
as well.I'd be more than happy to throw together a PR if that would be helpful.
The text was updated successfully, but these errors were encountered: