Simon Sobisch
Simon Sobisch
Not sure if this is possible at all, but from looking at most issues there is often an additional log needed. It could be useful if QCrash could not only...
Using the following configuration I've got to a "working" state (the debugger is called and I can interact with it - but only in the debug console). ```json { "version":...
see https://invisible-island.net/ncurses/man/curs_initscr.3x.html#h3-Signal-Handlers and https://stackoverflow.com/a/44085449/5027456 According to the search function this is only done on few ports (wincon possibly uses a different approach), and it seems that it may not be...
When an application is in curses mode either the application or curses should take care to "reset" the screen when it exits. One of the things that a curses application...
Not sure if there are any important open points but when inspecting https://github.com/wmcbrine/PDCurses/compare/3.9...master there seem to be a lot of changes that actually would make a release reasonable.
These were [added to ncurses in early 2017](https://invisible-island.net/ncurses/NEWS.html#index-t20170401) and are documented in [its manpage](https://invisible-island.net/ncurses/man/curs_color.3x.html). I assume that not all ports will support those, but many should be able to do...
https://pubs.opengroup.org/onlinepubs/7908799/xcurses/curses.h.html says > The following constant is defined if the implementation supports the indicated revision of the X/Open Curses specification: > `_XOPEN_CURSES` rechecked on AIX curses.h: this says `#define _XOPEN_CURSES...
This came up in #57 first, as it is a completely different issue with some effort to put in it is tracked here. Initial finding of @tysenmoore-xse, [documented in his...
The current listed website for this repo is https://theweavrs.github.io/BreadPlayer/ while the actual page is https://thecodrr.github.io/BreadPlayer/ ... and that website, as README.md points to the not existing URL https://breadplayer.com/
I suggest that - at the end of the unit-tests workflow (or - preferably: an extra workflow that is executed after the the unit-tests one - and skipped if that...