rofl0r

Results 1019 comments of rofl0r

as the setter part is already there, it shouldn't be too hard to add. though first i'd check the netbsd-src repo if it was already added upstream, if not send...

maybe you should've put curses into the title: http://mail-index.netbsd.org/netbsd-bugs/2024/11/10/msg086293.html > I have prepared a PR to upstream with the following changes to curses.h: > int wgetscrreg(const WINDOW *, int *,...

> I wonder how it would be implemented in NetBSD curses.. basically the reversal of the existing wsetscrreg function. let's say, without having looked at it, that wset... does: `window->scrreg...

try this patch https://0x0.st/X769.patch which contains the essence of the commit. a proper version of this will land once i get around to do the next full backport session.

cool. you should give brett lymn a heads-up that it fixes your issue, since he's waiting for a reply.

> My proposal: Let's drop 32bit support as well. As we've "just" had a release in September, this might be a good time to do. since you ask for opinions:...

> I cannot think of the edge case that someone on Linux that wants to seriously run Exult, Exult Studio and tools through Wine. All these build and work perfectly...

is there even an advantage to that - except in terms of floppy space ? my understanding is that the kernel will be extracted to memory anyway. so a fast...

compiling jwasm should be a matter of running "make -f GccUnix.mak" and then copying the binary build/GccUnixR/jwasm to a directory in your $PATH. my recipe for building it doesn't list...