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
For 1., I think using TerminalBackend::process_command() is the right option, but BackendCommand is not exposed by lib.rs so this method cannot be called.
The text was updated successfully, but these errors were encountered:
JMLX42
changed the title
Accessing stdin/stdout
Reading/writing in the terminal
Dec 18, 2024
Hi! Thanks for interesting of my project. I've plan to convert this crate and my another my crate (iced_term) to one crate that providing all you need to create terminal emulator, but right now:
For 1 - I can create the method that provide current terminal emulator content. It will be fit for you?
Hello,
I need to be able to:
For 2., here is what I came up with:
For 1., I think using
TerminalBackend::process_command()
is the right option, butBackendCommand
is not exposed bylib.rs
so this method cannot be called.The text was updated successfully, but these errors were encountered: