Timon

Results 212 comments of Timon
trafficstars

> It looks like the only difference between execute and queue is that flush is called after queue: Yes it is > Doesn't QueableCommand require writers that implement io::Write Yes,...

So having `Print` with a generic `T` that can be any `Display` is valuable in my perspective. `Print` is just a convenient helper. The problem with `PrintIo` is that it...

Its unfortunate I cant test on mac os. It is right that in 0.17 there was a bug with the TTY. I reverted that bug with https://github.com/crossterm-rs/crossterm/pull/405/files, however this Pr...

Amazing! That could be the issue. Thanks for linking.

We could do that, but what do we do if someone wants to use CTRL + C with a other use case in mind?

@Riey okay. It would be nice to have. Sounds very usefull.

Is it a command-line utility? It helps to build command-line utilities

It can be done, will try to remember to do this in version 0.21

Strange, are you sure that you enabled raw modes?