Fork crossterm to allow specifying terminal #6

Closed
opened 2023-12-21 16:09:57 +00:00 by ryan · 0 comments
Owner

The crossterm::terminal module as of 0.27 does not support using custom FDs or TTY devices. It only supports /dev/tty and the programs' standard output. Because of this reason, it is unsuitable for use in keyforkd, which needs to override the terminal of the calling program.

The `crossterm::terminal` module as of `0.27` does not support using custom FDs or TTY devices. It only supports `/dev/tty` and the programs' standard output. Because of this reason, it is unsuitable for use in `keyforkd`, which needs to override the terminal of the calling program.
ryan added spent time 2024-01-11 04:33:38 +00:00
2 hours 40 minutes
ryan deleted spent time 2024-01-11 04:33:43 +00:00
- 2 hours 40 minutes
ryan closed this issue 2024-01-11 04:33:46 +00:00
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: public/keyfork#6
No description provided.