binex-dsk

Results 101 comments of binex-dsk

> Buzzkill (from app store) can adjust it. Highly recommend Are there any apps available on F-Droid that do this?

> Well technically launching multiple instances of MC would allow cheating, so this is not so a bug, rather a feature. We don't care about whatever "anti cheat" or "anti...

> We should just find out how to do that when working with Qt library, which we use for the frontend. 🤔 Qt has a `QTabWidget` widget that can replace...

I've been messing with this for a while and so far I've not been able to figure out several things. Here's the point I've reached: ![image](https://user-images.githubusercontent.com/65276418/206314318-2a0ac7da-65ea-48f5-931d-7e4c3ca3745e.png) I have yet to...

Looked into the ncurses example a bit more and I'm confused. @hpjansson Would you mind explaining the `canvas_to_ncurses` function in the ncurses example? I believe this is the function we...

> Note that you need to link with the correct build of ncurses (e.g. ending in w6 for wide characters) Aha, that's why the function didn't end up working after...

After a test using `canvas_to_ncurses`, `mvadd_ch` does *not* properly print the image to the window... I think what we should do is add a way to print a wchar array,...

@jubalh perhaps you could help with the wchar printing? I have no idea how to implement this, as I'm not familiar with the internal print functions.

@jubalh how has the wchar printing progress coming? Perfectly okay if you haven't done anything yet