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
It would be great if replxx supported setting custom file descriptors for terminal.
The reason for such feature is the need to pass custom tty file descriptor from pty master-slave pair to the replxx.
This can be useful if running pty without creating other process, but using threads. NB: so there is the need to handle window change via dedicated function, not via signals.
The text was updated successfully, but these errors were encountered:
It would be great if replxx supported setting custom file descriptors for terminal.
The reason for such feature is the need to pass custom tty file descriptor from pty master-slave pair to the replxx.
This can be useful if running pty without creating other process, but using threads. NB: so there is the need to handle window change via dedicated function, not via signals.
The text was updated successfully, but these errors were encountered: