cpjreynolds / rustty

A terminal UI library
https://docs.rs/rustty
MIT License
153 stars 14 forks source link

How to build the examples? #28

Closed matthiasbeyer closed 8 years ago

Syntaf commented 8 years ago

Do you have cargo installed? If you have cargo installed, run

cargo run --example circle

matthiasbeyer commented 8 years ago

Okay, worked for me.

Anyways,

shall I submit issues for those?

Syntaf commented 8 years ago

Can you show me what the circle example looks like when you run it? Take a screenshot.

To quit out of the text editor use the ` character

matthiasbeyer commented 8 years ago

2016-01-05-210626_956x520_scrot

Also, the example takes up to 100 % CPU use on one core.

To quit out of the text editor use the ` character

Should be documented. At least the editor should print it before starting, so a user can read it while typing things, or something like that.

Syntaf commented 8 years ago

Interesting, that's definitely a bug. Go ahead and make an issue about it. Please include as much relevant information about it as you can about your environment.

cpjreynolds commented 8 years ago

Closing now as we can use issue #29 to track this bug.