lokxii

Results 10 issues of lokxii

I compiled the newest version without Vulkan on Mac(not sure how to compile with Vulkan), and ran MH2dos. The colours seems strange. It looks like having a blue filter. I...

Merged conflicts of #248 >This pull request adds mouse button support on top of existing functionality in response to #195 and #245. A mouse button is made to treat as...

Desktop folders suddenly showed on top of windows. Everywhere i click on the screen forces focus on Finder. `brew service restart yabai` does not help. I have to restart Mac...

> Any value over 0.5 would keep a single value in the options, which generates very likely text, but often either get stuck in a loop, or remembers text it...

By looking at the source code, it is obvious that this app is just a web browser that can only access the [outdated URL](https://edgeservices.bing.com/edgediscover/query?&schemeovr=1&FORM=SHORUN&udscs=1&udsnav=1&setlang=${locale}&features=udssydinternal&clientscopes=windowheader,coauthor,chat,&udsframed=1) for BingGPT. If you want to...

ncplanes can be hidden by rendering off screen. But when you blit an ncvisual object to an ncplane, and move the ncplane off screen, the ncvisual object stays on the...

userquestion

Consider the following code ```C++ #include #include int main() { notcurses* nc = NULL; notcurses_options opt = { .loglevel = NCLOGLEVEL_TRACE, .flags = NCOPTION_NO_QUIT_SIGHANDLERS | NCOPTION_SUPPRESS_BANNERS }; if ((nc =...

bug

Currently printing string that contains prohibited unicode will result an error and stop printing (the error log pointed me to [this line](https://github.com/dankamongmen/notcurses/blob/adc7313a4d786e510df24fb9ab2108a1cd65094b/src/lib/egcpool.h#L130)). Would it be better to skip the character...

documentation
enhancement

I have this following code that causes the problem ```C++ int main() { setlocale(LC_ALL, ""); notcurses* nc = NULL; notcurses_options opt = { .loglevel = NCLOGLEVEL_TRACE, .flags = NCOPTION_NO_QUIT_SIGHANDLERS |...

bug

This issue is opened for people who may encounter the same problem in future. I'm using MacOS 13.4 on M2 Pro I followed the instructions in the wiki pages to...