jdx / demand

prompt library for rust
https://docs.rs/demand
MIT License
52 stars 3 forks source link

input - sanitize input when copying #40

Closed roele closed 6 months ago

roele commented 6 months ago

Input should be sanitized and not contain line-breaks or potentially other control characters.

roele commented 6 months ago

Does not seem to be an issue as terminals like iTerm already handle control characters.