Proposal to have notcurses change its name to justcurses.
I regret choosing this stupid, broken-ass library.
seen from United States
seen from United States

seen from United States

seen from Malaysia
seen from China
seen from China
seen from China

seen from United States
seen from United States
seen from Sweden

seen from United States

seen from United States
seen from Argentina

seen from Malaysia
seen from United States
seen from China
seen from China
seen from China
seen from Belarus
seen from China
Proposal to have notcurses change its name to justcurses.
I regret choosing this stupid, broken-ass library.

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
When I finally got config negotiation working, I noticed that the muted colours looked too bright on kitty. So, I checked my palette initialization function, and noticed that I managed to invert the check for 8-colour palettes. I fixed it, and now the colours display mostly correct on the Linux TTY. So, good to know that isn't completely broken, and I'm just a twat. I can live with that.
One advantage to the design of my BBS is that there's nothing stopping someone from writing a replacement client. So if someone else doesn't like how broken the notcurses client is (I tried, okay. I swear it's notcurses' fault, not mine), they could write a curses/ncurses client. The protocol even allows for the client and server to use mismatched config versions. You are not required to rely on the provided client.
I wrote my own system to map palette indexes to RGB colours in order to try and work around how completely broken notcurses' palette indexed colours are. So far I only have the standard 16 colours, and because notcurses' palette quantizer doesn't account for palettes smaller than 256 colours, it doesn't always work on terminals that don't support the full 256 extended colour palette, like Linux's built-in virtual terminal (fbterm should work fine though).
Whatever. It works well enough that, as long as you're using a terminal that supports 256 colours (most do), it should work well enough.
Maybe, at a later date, I can rip notcurses apart myself, and fix all of it's stupid issues with palette indexed colours. That day is not today. Right now I just want things to function.
Apparently, palette indexed colours in notcurses are completely and utterly fucked, and, unless I want the tear the library apart and fix them myself (I really don't), there's nothing I can do about it.
Fuck me. I would have been better off implementing my own TUI library. At least then I wouldn't have to deal with this bullshit. I hate this so much.

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
There is, in fact, a notcurses package for RHEL family platforms. Unfortunately, it's not linked for multimedia decoding.
I guess that's fine, but it is a bit disappointing. I can build my own, if I need it, but it'd be nice if it was just offered, to begin with.
We have a menu!
It doesn't do anything yet, but it exists, and is navigable.
It was also much more difficult than it should have been to set up, for reasons I never would have predicted.
Stupid bugs with notcurses' drawing functionality has forced me to build a more ideal design, and I'm mad about it.