inquire icon indicating copy to clipboard operation
inquire copied to clipboard

Prompt crashes if program is run with crossterm+piped input+macos

Open mikaelmello opened this issue 1 year ago • 1 comments

crossterm support for reading events from /dev/tty only is limited on macos: https://github.com/crossterm-rs/crossterm/issues/396

mikaelmello avatar Dec 27 '23 01:12 mikaelmello

Using crossterm with the use-dev-tty feature can resolve the issue, but this feature is only available in crossterm versions 0.26.0 and later.

sigoden avatar May 21 '24 22:05 sigoden