Stax The Fox

Results 47 issues of Stax The Fox

Castero has no unicode support at this date and every time characters like 'Ü' (from the german language) appears, castero just skips it which results in missing characters like in...

I have added some podcasts to castero and have noticed that characters of the page shown before just stay on the screen and the new one gets drawn over it...

I think that it would be cool to add the required files for making this theme a PWA and installable as one. This wuold probably just require adding a manifest.json...

Currently it's really hard to figure out whether the function takes (row, col) or (col, row) as argument which is really confusing. Also I have noticed a few other things...

enhancement

Currently, unicode has to be set manually - eiter on or off. I think that we should try to detect unicode support on runtime instead.

enhancement

While going through the microsoft docs about the windows terminal processing I came over https://docs.microsoft.com/en-us/windows/console/console-virtual-terminal-sequences#screen-colors which would be really nice to add to cpp-terminal. Also nice would be: - [...

enhancement

It would be nice to add functions for reading from the window class buffer and check it against strings, color, other things. This would creating a second buffer for things...

enhancement

Resulting of #56. The prompt function is currently not aware if the Terminal class initialized the input. The question is what happens, if the input was not initialized and the...

documentation
enhancement

We need to implement all TODO's and clean up the code a bit: - [ ] move constants in conversion.hpp into a enum - [x] change linux sscanf to something...

enhancement

The ENTER key produces an error in the keys example. The error is an "assertion failure".

bug