Steffen Weise
Steffen Weise
I tried it an figured out that there is a dependency to task, which in turn has a dependency to the color defintions, which is again ncurses. Since I am...
Hey @gtaubman do you have any thoughts on this? Could you please look at the PR?
The proposed changes introduced a lot of other issues. I could not solve this correctly and I still think that representing the initial list of listroots, which are then hierarchical...
Ctrl+S and Ctrl+Q are XON/XOFF on serial lines and thus should not be used in terminal applications, any terminal application might handle this differently. The only way to have access...
I am now implementing a check mode for us on a branch so that we can verify as best possible across platforms. will push mention the branch here later
Yes, i think that should work. In the initial PR you replaced the current option to close doneyet by simply pressing 'q'. Was that intentional, to e.g. prevent accidentally closing...
hi @Chavao thank you so much for the input. I am looking into options right away.
Support for wide characters if full of pitfalls it turns out. Finding these is hard and I have therefore create a minimal testing application to verify the basics before I...
Also works on Xubuntu (Ubuntu with XFCE) 22.04.02 LTS
hmm seems I had ncursesw already installed on those machines, testing on a plain machine right now Kubuntu (Ubuntu with KDE) 22.04.03 LTS needed to install these `apt install cmake...