Giter VIP home page Giter VIP logo

Comments (6)

AnneKitsune avatar AnneKitsune commented on July 4, 2024 1

cargo run --example examplename

Names of examples are listed in the Cargo.toml file at the base of the repository source tree

from crossterm.

meteor-lsw avatar meteor-lsw commented on July 4, 2024 1

Thank you very much for your help, I already understand what I have to do. I will take the time to do some tests outside of work, and then I will tell you the test results.

from crossterm.

meteor-lsw avatar meteor-lsw commented on July 4, 2024

I have tried using the code to control the size of the terminal window, but I failed, and the window size has not changed since the code was executed.

from crossterm.

TimonPost avatar TimonPost commented on July 4, 2024

There are a couple of way of how to test your terminal.

Try the following examples:

https://github.com/TimonPost/crossterm/tree/master/examples/program_examples

I think if those are working I am more than happy.

You may want to also checkout what @Jojolepro said. There are a few examples in the cargo.toml you can run with the cargo command.

Maybe I know how to solve the terminal resize issue. I also encountered the problem. The thing is that it is working but it resizes the terminal buffer not the terminal window itself. I think this is a problem of the terminal you are using because they are not handing some ansi escape codes the right way. But maybe I know some way around.

What terminal are you using?

And for testing you can also run cargo test --all

Please let me know if you get what I mean with the above, otherwise I'll add some more detailed instructions.

from crossterm.

TimonPost avatar TimonPost commented on July 4, 2024

That's amazing. If there are some things not working out please let me know. If some functionality is not working, it depends on what kind, otherwise we could still add it to the list but with a note of the missing thing.

from crossterm.

TimonPost avatar TimonPost commented on July 4, 2024

closing this issue since it is not really relevant anymore.

from crossterm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.