Replies: 1 comment 1 reply
-
|
Oh hey! You read the TODO file, that's awesome. It's a bit terse/cryptic since I've used it to dump ideas that pop up uninvited when I'm supposed to be doing other things. The test page should make use of the terminal features Chafa thinks your terminal is capable of, so what you've done (basically treat it as any other image, except built-in) is the right approach. We may want to expand it later to also test escape codes for lower fidelity (e.g. if the terminal can do direct color, also print 240 colors, 16 colors and mono versions in a 4x4 grid), but what you've got is a great first cut. The moai is a nice touch! If you'd like to submit it as a PR, I'll review it as soon as I can. I saw mostly stylistic changes I'd make, and a compiler warning or two. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, I’m curious about the test page TODO. What’s its intended purpose? My idea was to have some kind of dummy image for experimenting with different options and arguments. I todone a prototype just for fun, a new quick and dirty run mode, not a proper new image loader. I’m not sure if it’s worth a pull request, but here it is:
https://github.com/derVedro/chafa/tree/testcard
Beta Was this translation helpful? Give feedback.
All reactions