Alexandre Bury
Alexandre Bury
Hi, and thanks for the report! Indeed, it looks like the comment is inaccurate, possibly written before a `F0` key was added.
Hi, and thanks for the report! Indeed, it seems to date back to 3 years ago when building for wasm needed a special feature to disable libc. Now it's indeed...
Hi, and thanks for the report! Indeed, it looks like this should never return an error in practice.
Hi, and thanks for the report! Indeed, looks like we missed that. Should be fixed in the latest commit.
Sorry, just have been very busy. Will hopefully have some time to get back in the coming weeks.
Hi, and thanks for the report! I'm not super familiar with building ncurses on macos (you may have better luck using the crossterm backend for example). It _looks_ like an...
Hi, and thanks for the report! Indeed, it seems `Dialog` currently only considers its child content as the "important area", and excludes both border and buttons. (Though, in the provided...
Hi, and thanks for the PR! Re: the binding file, these are auto-generated from the C library. I'd rather not add any modification to the generated files; if a typo...
Hi, and thanks for the report! I agree that the feature (and the entire `markdown` module) could benefit from better documentation. Your usage look reasonable though, so I'll need to...
Indeed, newlines around heading and code blocks was incorrectly generated for markdown events. This should now be fixed in the latest commit. ~Note that single newlines in markdown are ignored...