Fork crossterm to allow specifying terminal #6
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The
crossterm::terminal
module as of0.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 inkeyforkd
, which needs to override the terminal of the calling program.