updated README.md.. again..

This commit is contained in:
puckoprutt 2026-07-13 05:17:12 +02:00
parent ea0ecabc41
commit f295787cc4

View File

@ -14,13 +14,17 @@ to compile just run:
cargo build --example print-banner cargo build --example print-banner
``` ```
<img src="https://webchat.puckoprutt.tech/public.php/dav/files/n38qRnz2b8QP5fe/" width="450" style="margin: 0 auto;" alt="compiling.." /> <p align="center">
<img src="https://webchat.puckoprutt.tech/public.php/dav/files/n38qRnz2b8QP5fe/" width="650" alt="compiling.." />
</p>
## running the example ## running the example
When running the example it should look like this: When running the example it should look like this:
<img src="https://webchat.puckoprutt.tech/public.php/dav/files/Q6Sg2mLSsdfqxCR/" width="450" style="margin: 0 auto;" alt="running example.." /> <p align="center">
<img src="https://webchat.puckoprutt.tech/public.php/dav/files/Q6Sg2mLSsdfqxCR/" width="650" alt="running example.." />
</p>
its made for terminals that can take ANSI-sequence (im guessing most of them do..) and it uses simple standard 8 colors. its made for terminals that can take ANSI-sequence (im guessing most of them do..) and it uses simple standard 8 colors.
example showing how to get notified when user presses enter and work with the whole line. and also how to split line into word. example showing how to get notified when user presses enter and work with the whole line. and also how to split line into word.